I tried to use add_activeTabChanged on a TabContainer multiple times, but only the last add gets a callback, im 99% sure that this was not the case pre the jquery implementation of TabContainer...
Comments: The issue seems to be located in jQuery.Start.Debug.js Line: 45 body._addHandler = function(handlerName, handler) { this._handlers[name + handlerName] = handler; }; Line: 92 if (!this[eventMethodName]) this[eventMethodName] = createDelegate(this, evt, this._addHandler);
Comments: The issue seems to be located in jQuery.Start.Debug.js Line: 45 body._addHandler = function(handlerName, handler) { this._handlers[name + handlerName] = handler; }; Line: 92 if (!this[eventMethodName]) this[eventMethodName] = createDelegate(this, evt, this._addHandler);