Ticket #4504 (closed bug: notabug)

Opened 4 years ago

Last modified 8 months ago

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:
Blocking: Blocked by:

Description

$(ui.panel).load(this.href);

does not invoke:

var tabs = $('#tabs').tabs({

load: function(e,ui) { alert('TEST'); },

Change History

comment:1 Changed 4 years ago by joern.zaefferer

  • Status changed from new to closed
  • Resolution set to invalid

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

comment:2 Changed 8 months ago by scott.gonzalez

  • Milestone TBD deleted

Milestone TBD deleted

Note: See TracTickets for help on using tickets.