jQuery UI Tab Error
jQuery UI Tab Error
I tried searching but came up with nothing about my issue (though a
couple of issues seemed similar). But... anywho, description:
I'm using jQuery 1.2.6, jQuery UI 1.5.2, and jTemplates 0.7.0,
autocomplete 1.0.2, disableTextSelect 1.1, and jQuery Cookie.
The application I'm writing involves generation of content based on
data from a SQL table (obtained with $.ajax, in the same way that can
be read about in many encosia.com articles). I generate different tabs
and tab panels based on a table specifying what tabs need to be
generated so that the server-side will authenticate the user's
credentials, etc, and return what tabs are accessible. Then on the
selection of a tab data is once again generated for each tab, to
generate tables of data from SQL, with paging. In Firefox this will
work as expected. But in IE 7 and Opera, the Tabs UI will fail to hide
unused tab panels, it will display two panels at a time instead,
usually the code-specified tab and whatever tab that has been
activated by a legitimate click.
If anyone has any ideas I'd love to hear them, until then I'll keep
hacking away at this and see if I can't get something to work.