Search and Top Navigation
#4504 closed bug (notabug)
Opened April 29, 2009 09:43PM UTC
Closed May 07, 2009 11:21AM UTC
Last modified October 11, 2012 09:15PM UTC
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'); },
jQuery's load method and Tab's load event are not related. Either you use ajax tabs and get the load event, or not.