Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $(document).on('click','a[data-id]',function(e){
  2. if(e.ctrlKey||expressionForCommandKey){
  3. ...
  4. }
  5. }
  6.  
  7. $(document).on('click','a[data-id]',function(e){
  8. if(e.ctrlKey || e.metaKey){
  9. // command was used
  10. }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement