mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
64a0005a3b
- The main difference is that this does not allow arbitrarily adding hooks to any collection of elements. - Modularizes val into a set of easily maintainable and conditional hooks. - valHooks is placed at jQuery.valHooks + This could technically be extended, but I do not see it being used except in very rare cases since you can only apply valHooks to nodeNames and input types, and not a collection of elements as before. We could theoretically privatize valHooks taking it off of jQuery and only use it internally for our own convenience, but again, I do not believe this patch carries with it the dangers of the first proposal. - Slightly improved performance of val on radios and checkboxes for browsers that support checkOn, given the conditional attachment of its hook. |
||
---|---|---|
.. | ||
ajax | ||
sizzle@f12b930926 | ||
ajax.js | ||
attributes.js | ||
core.js | ||
css.js | ||
data.js | ||
deferred.js | ||
dimensions.js | ||
effects.js | ||
event.js | ||
intro.js | ||
manipulation.js | ||
offset.js | ||
outro.js | ||
queue.js | ||
sizzle-jquery.js | ||
support.js | ||
traversing.js |