Bug Tracker

Ticket #2711 (new enhancement)

Opened 9 months ago

Officially support callback as argument for load method

Reported by: klaus Assigned to: klaus
Type: enhancement Priority: minor
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

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

Note: See TracTickets for help on using tickets.