Guest User

Untitled

a guest
Jul 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. x=$("p").offset;
  2. Top = x().top; // bug here
  3.  
  4. x=$("p").offset;
  5. y=$("p").offset();
  6. Top = y.top;
Add Comment
Please, Sign In to add comment