Template:Leanna fb
From 2010.igem.org
Revision as of 15:35, 13 August 2010 by Supacalafrglstic (Talk | contribs)
var $tabs = $('#example').tabs(); // first tab selected $('#linky').click(function() { // bind click event to link $tabs.tabs('select', 2); // switch to third tab return false; });