This is extremely frustrating! I've tried all browsers and none of them work.
the below code does nothing.
Neither does this!Code:$(function() { $("#tabs").tabs(); $("#tabs").bind('tabsshow',function(event, ui) { window.location = ui.tab; }); });
Code:$("#tabs").tabs({ show: function(event, ui) { window.location = ui.tab; } });
Any suggestions or input is appreciated.



Reply With Quote

Bookmarks