Skip to main content

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'); },

Attachments (0)
Change History (2)

Changed May 07, 2009 11:21AM UTC by jzaefferer comment:1

resolution: → invalid
status: newclosed

jQuery's load method and Tab's load event are not related. Either you use ajax tabs and get the load event, or not.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted