Page MenuHomePhabricator

Use .live to attach the handler for ext.vector.collapsibleNav.js
Closed, ResolvedPublic

Description

.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


Version: unspecified
Severity: enhancement

Attached:

Details

Reference
bz25726

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:20 PM
bzimport set Reference to bz25726.

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.