Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
171
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", ".container", function(){
  2. var img = $(this).find("img"), // select images inside .container
  3. len = img.length; // check if they exist
  4. if( len > 0 ){
  5. // add class to div
  6. }
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement