Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. var img = $("#MAP"+current_img_height);
  2. $("#map").css({'height': img.height + "px"});
  3.  
  4. var img = document.getElementById("MAP" + current_img_height);
  5. $("#map").css({'height': img.height + "px"});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement