As soon as I remove .history() the error disappears.
$("ul.INDUSTRY_tabs").tabs("div.INDUSTRY_panes > div").history();
Any way to have the history functionality in IE6, but without the error popping up?
$("ul.INDUSTRY_tabs").tabs("div.INDUSTRY_panes > div").history();
Posts: 1867
Registered:
Nov 16, 2007
Posts: 1867
Registered:
Nov 16, 2007
var tabs = $("ul.tabs").tabs("__your config_");
if (!$.browser.msie OR $.browser.version > "6") {
tabs.history();
}
Posts: 1867
Registered:
Nov 16, 2007
Posts: 1867
Registered:
Nov 16, 2007
m=j.getConf().initialIndex
Posts: 1867
Registered:
Nov 16, 2007
Posts: 1867
Registered:
Nov 16, 2007
Posts: 1867
Registered:
Nov 16, 2007