#4504 closed bug (notabug)
ajax load() method on tab does not trigger .load event
Reported by: | warden | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.tabs | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$(ui.panel).load(this.href);
does not invoke:
var tabs = $('#tabs').tabs({
load: function(e,ui) { alert('TEST'); },
Note: See
TracTickets for help on using
tickets.
jQuery's load method and Tab's load event are not related. Either you use ajax tabs and get the load event, or not.