Title: Disable Tab Post by: WeberJ65 on June 18, 2012, 02:07:35 AM Hallo,
how to disable or enable a Tab dynamically? I found no properties or method to do this. Thanks for your answer. Joe Title: Re: Disable Tab Post by: stworthy on June 18, 2012, 08:23:53 PM There are no methods to disable a tab panel, but extending a new method to do this is available. The code below demonstrate a simple way to implement the 'disableTab' method.
Code: $.extend($.fn.tabs.methods,{ Code: <style> Code: $('#tt').tabs('disableTab', 1); // the tab panel index start with 0 Title: Re: Disable Tab Post by: varonica on June 29, 2012, 08:11:26 PM how can we enable it again ???
|