Search and Top Navigation
#3678 closed bug (worksforme)
Opened December 19, 2008 05:06AM UTC
Closed January 10, 2009 12:43PM UTC
Load callback is not triggered when tabs('load', index) is used
Reported by: | dmuir | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.tabs | Version: | 1.6rc2 |
Keywords: | tabs, load, callback | Cc: | |
Blocked by: | Blocking: |
Description
The following works when tabs are loaded via ajax:
$(selector).tabs{ load: function(event, elem){ bindBehaviours(elem.panel); } }
However, when refreshing a particular tab directly:
$(selector).tabs('load', index);
the load callback is not triggered