/ Published in: jQuery
Expand |
Embed | Plain Text
jQuery('.selector').click(function(){ if(e && e.metaKey && e.which == 118) return // paste event; else //etc... })
You need to login to post a comment.
jQuery('.selector').click(function(){ if(e && e.metaKey && e.which == 118) return // paste event; else //etc... })
You need to login to post a comment.