Revision history of "Team:EPF Lausanne/CSS/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) 11:22, 13 May 2015Awowen (Talk | contribs). . (1,266 bytes) (+1,266). . (Created page with " var ww = document.body.clientWidth; $(document).ready(function() { $(".nav li a").each(function() { if ($(this).next().length > 0) { $(this).addClass("parent"); }; }) ...")