Revision history of "Team:ATOMS-Turkiye/scrolling-nav.js"

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 08:27, 6 September 2015Mfatih (Talk | contribs). . (611 bytes) (+611). . (Created page with "//jQuery to collapse the navbar on scroll $(window).scroll(function() { if ($(".navbar").offset().top > 50) { $(".navbar-fixed-top").addClass("top-nav-collapse"); ...")