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