Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $('.block').height(function () {
  2. return $(this).width();
  3. });
  4.  
  5. $('.block').height($(this).width());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement