transform navbar static to fixed when scroll bootstrap -


i have sample custom navbar , want make fixed on top when scroll sample demo

here's mine. demo

paste js code in js window in demo.

$(document).ready(function() {      $('.menu-x').affix({                         offset: {                         top: 0px                         }       });  }); 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -