Guest User

Untitled

a guest
Nov 19th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function heightDetect() {
  2.  
  3. $(".main_head").css("height", $(window).height());
  4. };
  5. heightDetect();
  6. $(window).resize(function() {
  7. heightDetect();
  8.  
  9. });
Add Comment
Please, Sign In to add comment