Just wanna say something ...
var $tabs = jQuery('#tabs').tabs(); // first tab selected
jQuery('#gotab2').click(function() { // bind click event to link $tabs.tabs('select', 1); // switch to third tab return false; });
沒有留言:
張貼留言