Pages

2011/06/22

筆記一下,jQuery UI tabs change from text link


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;
});

沒有留言:

張貼留言