Guest User

Untitled

a guest
Dec 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
  2. <script src="js/tether.min.js"></script>
  3. <script src="js/bootstrap.min.js"></script>
  4. <script src="js/main.js"></script>
  5.  
  6. $(document).ready(function() {
  7. $(window).scroll(function() {
  8. if ($(window).scrollTop() > 970) {
  9. $('.navbar').addClass('navbar-fixed-top');
  10. }
  11.  
  12. });
Add Comment
Please, Sign In to add comment