how to remove focus of an input text field on submitting a jsp form
i have a data table with 3 columns and i have a script to make one column editable. so when the user clicks on the table column it gets editable but now the problem while submitting this form the entire input tag is coming as value instead of just text value so i think its the problem of focus which is still there on table column while submitting the form.
ყველა პასუხი (1)
Are you making the html.input.value() editable? could you make an event handler for that element to turn of edittable when clicking submit? Like http://stackoverflow.com/questions/19.../make-fields-editable-when-a-button-is-clicked sergio's answer here?
This may be a question for stackoverflow.com for more accurate answer.