The reset action is performed by input type=”image” and onclick calls a function called resetForm(). When reset is clicked the form submit should not happen. I tried returning false from resetForm() function and still it doesn’t work. Please help me out.
Category: jquery
Table row and column number in jQuery
How do I get the row and column number of the clicked table cell using jQuery, i.e., $(“td”).onClick(function(event){ var row = … var col = … });