Last modified: 2012-09-27 01:11:00 UTC
Created attachment 7770 [details] .mousedown -> .live See the patch. This would enable us to append other sections later on & have them work immediately. (eg. relevant for http://commons.wikimedia.org/wiki/MediaWiki:InterProject.js) Tested on localhost, can't see any regressions
I like the idea. Wouldn't delegate() be more efficient however ? http://api.jquery.com/delegate/ vs http://api.jquery.com/live/
(In reply to comment #1) > I like the idea. Wouldn't delegate() be more efficient however ? > Did that in r75793.