Opened 14 years ago
Closed 14 years ago
#3678 closed bug (worksforme)
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
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Priority: | minor → critical |
comment:2 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.