Revision history of "Team:WITS-CSIR SA/Styles/jquery.dropdown.js"

From 2011.igem.org

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) 09:52, 22 October 2011 Nkruger (Talk | contribs) (469 bytes) (Created page with "$(document).ready(function(){ if($("ul.dropdown").length) { $("ul.dropdown li").dropdown(); } }); $.fn.dropdown = function() { return this.each(function() { $(this).h...")