Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //jquery
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js">
- if($(window).width() < 900 )
- {
- $('#sidebar').remove();
- }
- </script>
- //html
- <div id="sidebar"> asdasd </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement