Relative Content

Tag Archive for javascriptbuttonio

JavaScript capture data from input field & post it to output field in a multiple row app

I want to input data to a div (column headed ‘Result’) from an input (columnd headed ‘Edit/Update’) field using a button (named ‘Update’) to trigger the event. I can grab the data from the input field and I can identify which button is clicked. I can’t seem to combine the 2 functions to get the data transferred from the input to the output div.