Double-Click and Click Table Row using JQuery
You may have a scenario where you have a table on your webpage and you would like to add an event through JavaScript to capture when a user double-clicks on a row. Let’s say we have an HTML table, like below: Code: Now, let’s add click event to this. Let’s say when a user clicks, we want to display the row number they are clicking on. Add a reference to … Continue reading Double-Click and Click Table Row using JQuery