]> source.dussan.org Git - jquery.git/commit
Attributes: Use the option val hook in select val hook and simplify it 1901/head
authorMichał Gołębiowski <m.goleb@gmail.com>
Thu, 4 Dec 2014 13:43:35 +0000 (14:43 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 8 Dec 2014 21:39:58 +0000 (22:39 +0100)
commitf6302b0b53d61dfe1adbfaf6612be5cbced5bbc1
tree2d022973ed69d45edeab202eab6be03a94373e23
parentdd596ccf729b2f39d44b73bc54b53bd41c880146
Attributes: Use the option val hook in select val hook and simplify it

The hook is still defined; not using it could cause issues in IE<11.
Also, IE10 no longer throws when value not set but it still doesn't trim the
value. IE11 has all those issues fixed; support comments are updated.

Fixes gh-1902
Closes gh-1901
src/attributes/val.js
test/unit/attributes.js