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
Post a Comment