Selectors go from right to left. Starting with a generic 'a' is kind of slow. Also...
authorKrinkle <krinkle@users.mediawiki.org>
Tue, 26 Apr 2011 18:01:52 +0000 (18:01 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Tue, 26 Apr 2011 18:01:52 +0000 (18:01 +0000)
commit04b9861c6ebf781e47ddb7c7e5dddf40667148dd
treeae8c5260f3653f2476bde117a85bb0e93de05ea1
parent11822535e711d7ed869635faf8cb7fee4795d0be
Selectors go from right to left. Starting with a generic 'a' is kind of slow. Also loses the advantage of an id-selector.
* Optimizing by selecting the ID seperately (very fast) and doing a find() within that context (also caching pCactions ).
* while at it:
 - caching selector
 - aliasing $ to jQuery locally
 - Shorthand dom-ready

(Follow-up r86861)
CREDITS
skins/vector/vector.js