Advertisement
Guest User

Untitled

a guest
Jan 10th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.23 KB | None | 0 0
  1.    //jquery
  2.     <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js">
  3.     if($(window).width() < 900 )
  4.    {
  5.    $('#sidebar').remove();
  6.    }
  7.    </script>
  8.  
  9. //html
  10.     <div id="sidebar"> asdasd </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement