Opened 15 years ago
Closed 14 years ago
#2711 closed enhancement (duplicate)
Officially support callback as argument for load method
Reported by: | klaus | Owned by: | klaus |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
var tab = 1; var $tabs = $('#menu-container > ul').tabs('load', tab, function() { $tabs.tabs('select', tab); });
Already works, but doesn't play nice with cache option (load method needs to bypass cache by default).
Note: See
TracTickets for help on using
tickets.
moved to jQuery UI bug tracker