Revision history of "Team:ZJU-China/js/scrollingnav"

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) 13:07, 7 October 2017Zhiling Zhou (Talk | contribs). . (932 bytes) (+932). . (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");...")