Advertisement
salmancreation

$(window).resize(function()

Dec 24th, 2015
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.13 KB | None | 0 0
  1. $(window).resize(function() {
  2.         if (window.innerWidth < 480) {
  3.             $('.mean-bar').before('<div class="myDiv">content</div>');
  4.         }
  5.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement