Title: e.tabs('options' Post by: jpierce on July 03, 2013, 04:24:13 PM According to the docs, the 'options' method returns the tabs options. But whenever I call it, it just returns the same thing as e.tabs('tabs')[0].
Title: Re: e.tabs('options' Post by: stworthy on July 03, 2013, 06:39:48 PM It is different between 'options' and 'tabs' methods. Calling $('#tt').tabs('options') will get the options object while calling $('#tt').tabs('tabs')[0] will get the first tab panel object.
Title: Re: e.tabs('options' Post by: jpierce on July 10, 2013, 12:57:40 PM Must have been some weird bug in my code, because when I posted this I was getting the same for both. But now I'm not.
|