Guest User

Untitled

a guest
Dec 12th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(function(){
  2.     var body = $('body')
  3.         , strip = body.find('div.strip');
  4.  
  5.     strip.on('click', 'div.item', function(){
  6.         alert('oh my..');
  7.     });
  8.  
  9. });
Add Comment
Please, Sign In to add comment