/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
jQuery('.selector').click(function(){ if(e && e.metaKey && e.which == 118) return // paste event; else //etc... })