I have a form in which i have some text boxes and below to it there is a table.When i double click on table row it takes me to another page.
Now the problem is if i
it should be like this
$('.myTextBox').dblclick(function(e){ e.preventDefault(); })