How do I write an jQuery event that shows a form on double-click, where the form does not react to the double-click event?
I want to write an event where user double clicks on table cell and the cell is updated with an HTML form. While the form is showing, I don't want the double-click event to be operational. If user cancels the…