issue with using ctrl and click jquery
问题 $('tbl').on('click', 'tbody tr', function(e) { if (e.ctrlKey) { //fancybox 1 to be appeared } if(e.shiftKey) { //fancybox 2 to be appeared } }); Finding an issue as below: //comment having a problem using this, because I even have to render response from the fancybox and display in the td.. when i click it by ctrl+click then I am getting the form load which I seen through debugging tool but sometimes it display the fancybox. //comment end I have used the above coding in a table id tbl and