[jQuery] Re: jQuery UI tabs widget problem

2009-01-12 Thread tesdev
Is working when replaced jquery.ui-1.6rc4 demos\tabs\default.html js files with http://jquery-ui.googlecode.com/svn/trunk/ jquery-1.3pre.js ui/ui.core.js ui/ui.tabs.js $(function() { $("#tabs").tabs(); //$('#tabs').data("disabled.tabs", [1,2]); //works

[jQuery] Re: jQuery UI tabs widget problem

2009-01-11 Thread Klaus Hartl
Again, everything works as expected for me. Could you possibly put up a test case? Also, could you try and update to latest version from the repository? It may be related to a bug that occured when initializing a div instead of a ul element. BTW, in your first example you need to use the data me

[jQuery] Re: jQuery UI tabs widget problem

2009-01-11 Thread Jesse
I would like to confirm that the array methods for disabling tabs does not work. I have 1.6rc4 installed. 5 Tabs 4 of which I need disabled on page load jQuery('#product').tabs(); jQuery('#product').tabs("disabled.tabs", [1,2,3,4]); does not work.. neither does

[jQuery] Re: jQuery UI tabs widget problem

2009-01-10 Thread Klaus Hartl
$("#tabs").data('disabled.tabs', [1,2]) as well as $("#tabs").tabs ({ disabled: [1,2] }) both do work fine for me. --Klaus On 9 Jan., 12:47, tesdev wrote: > Using jquery.ui-1.6rc4\jquery.ui-1.6rc4\demos\tabs\default.html as a > base > Getting there... ui-state-disabled is assigned but... > lin

[jQuery] Re: jQuery UI tabs widget problem

2009-01-09 Thread tesdev
Same issue here using jquery.ui-1.6rc4\demos\tabs\default.html as a base line 11 ... $(function() { $("#tabs").tabs(); // tried 3 variations from different sources $("#tabs").data('disabled.tabs', [2,3]); $("#tabs").tabs("disable", [2

[jQuery] Re: jQuery UI tabs widget problem

2009-01-09 Thread tesdev
Using jquery.ui-1.6rc4\jquery.ui-1.6rc4\demos\tabs\default.html as a base Getting there... ui-state-disabled is assigned but... line 11 ... $(function() { $("#tabs").tabs(); // tried 3 disable variations from different sources //$("#tabs").da

[jQuery] Re: jQuery UI tabs widget problem

2008-12-31 Thread Klaus Hartl
No suggestions unless you show us some code... --Klaus On 31 Dez., 08:11, JasonR wrote: > Hello, > I have some content and am using the tabs widget to reload without > refreshing. Everything is working fine except for one problem...the ui- > tabs-disabled class is not being assigned to any of