Revision history of "Team:NCTU Formosa/example.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) 14:19, 3 September 2015Ylsh10617 (Talk | contribs). . (154 bytes) (+154). . (Created page with "$(document).ready(function(){ $("#demosMenu").change(function(){ window.location.href = $(this).find("option:selected").attr("id") + '.html'; }); });")