Side navigation
#2711 closed enhancement (duplicate)
Opened April 18, 2008 07:08AM UTC
Closed January 16, 2009 06:38AM UTC
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).
Attachments (0)
Change History (1)
Changed January 16, 2009 06:38AM UTC by comment:1
| resolution: | → duplicate |
|---|---|
| status: | new → closed |
moved to jQuery UI bug tracker