aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes
Commit message (Expand)AuthorAgeFilesLines
* Attributes: remove unnecessary element null checkBastian Buchholz2015-04-201-1/+1
* Attributes: revert returning null for non-existant attributesTimmy Willison2015-03-301-1/+6
* Attributes: revert returning null for non-elementsTimmy Willison2015-03-161-1/+1
* Attributes: fix failing test for new return valueTimmy Willison2015-03-161-1/+1
* Attributes: return null when attribute does not existWinston Howes2015-03-161-6/+1
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-102-4/+4
* Attributes: Simplify the option val hook; backport a test from masterMichał Gołębiowski2014-12-081-6/+3
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-084-144/+20
* Core: Drop strundefined variableChris Antaki2014-09-022-6/+4
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-175-16/+32
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-201-1/+3
* Support: Reduce size via code consolidation and minification awarenessRichard Gibson2014-03-041-5/+3
* Attrs: Restore ability to pass array to jQuery#valOleg2014-01-161-1/+2
* Attrs: Force reflow in select value setterOleg2014-01-161-5/+21
* Attrs: Fix valHook for option elementOleg2014-01-161-2/+1
* Fix some code style inconsistenciesOleg2013-11-072-2/+2
* Fix more support tests (support.input should only be false in IE8 and checkCl...Timmy Willison2013-09-111-1/+2
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-092-2/+4
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-092-4/+6
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-064-16/+79
* Fix for custom attr handles duck-punching the boolean attr handleTimmy Willison2013-08-281-4/+6
* Make the attr handles a little more readable (+4 bytes)Timmy Willison2013-08-261-25/+25
* Fix most of the broken tests in oldIE. Build order issue.Timmy Willison2013-08-261-0/+1
* Fix #14164: assign className in addClass/removeClass only if changed. Close g...Jeremy Dunck2013-08-191-4/+13
* Specify support as a dependency wherever it is used. Optimize module order to...Timmy Willison2013-08-153-3/+6
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-154-0/+703