My table is Jquery Bootgrid and I want to do an action by clicking and another action by double-clicking a row.
If I click a row, I want to alert the id
of this row.
If I double-click this row, I want to jump to another url eg. jump.php?id=[id of this row]
Can somebody give me tips or an example for my problem?