https://bugzilla.wikimedia.org/show_bug.cgi?id=65428
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Krinkle <[email protected]> --- To maintain a list of functions and fire them in some manner, you can use $.Callbacks. This jQuery is also used internally by jQuery Event, Promise, Deferred and Ajax. http://api.jquery.com/jQuery.Callbacks/ var list = $.Callbacks( /* optional behaviour modifier flags */ ); list.add( fn ); list.fire( /* optional */ data ); -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
