Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(window).resize(function() {
- if (window.innerWidth < 480) {
- $('.mean-bar').before('<div class="myDiv">content</div>');
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement