Skip to content

Instantly share code, notes, and snippets.

@shaik2many
Created September 17, 2013 16:36
Show Gist options
  • Save shaik2many/6596923 to your computer and use it in GitHub Desktop.
Save shaik2many/6596923 to your computer and use it in GitHub Desktop.
$tabs = $("#tabs").tabs({
selected: 0,
select: function(event, ui) {
var size = $(this).tabs('length')
},
add: function(event, ui) {
var content;
},
cache: false,
ajaxOptions: {cache: false}
});
$tabs.bind( "tabsselect", function( event, ui ) {
$tabs.tabs("url", 3, "ajaxCall.go?project_id="+project_id+"&business_id="+business_id);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment