I have the following script which does not work
function ADS(e){ alert(e); } $(document).ready(function(){ $(document).on("dblclick","#an_tnam tr", function (e) { ADS('hello') }); });
will do the trick.