Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $('img[width-520]').length
  2.  
  3. The .css for the underlying image is:
  4. .woodstock{
  5. position:absolute;
  6. top:367px;
  7. left:775;
  8. width:37px;
  9. height:37PX;
  10. }
  11.  
  12. I tried this:
  13.  
  14. var stackOrder=$('.tile[top-367]').length;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement