aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes
Commit message (Collapse)AuthorAgeFilesLines
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-201-0/+10
| | | | | | | | | | Fixes #14858 Ref #14686 Closes gh-1531 (cherry picked from commit 9ec429cf6270e455aba4eba85f4db80e633806b6) Conflicts: src/attributes/val.js
* Attrs: Simplify an option hookOleg2014-02-051-1/+1
| | | | | | | Since getter was removed in fdd78fad19ea3390cd96971cd29430e36378d137 there is no longer a need to wrap option element in order to get its value Fixes #14756
* Attrs: Remove outdated valHook for option elementOleg2014-01-161-8/+0
| | | | | | | This hook was relevant for BlackBerry 4.7 which is no longer supported. But this code path now raises error in IE10-11 (#14686) in 1.x-master branch. So to just to be safe, also add test for IE issue to this branch too.
* Reduce size by reordering variable declarationsChris Antaki2013-12-161-4/+4
| | | | Close gh-1421
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-132-2/+4
|
* Flip the switch on checkOnTimmy Willison2013-09-111-1/+1
|
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-092-2/+4
| | | | across all modules)
* Break jQuery.access out into its own module to separate it from core; Adjust ↵Timmy Willison2013-09-092-4/+6
| | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.
* No ticket. Update support comments to reflect current state of affairs.Michał Gołębiowski2013-09-071-1/+1
|
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-064-11/+47
|
* Fix for custom attr handles duck-punching the boolean attr handleTimmy Willison2013-08-281-18/+15
| | | | | Conflicts: src/attributes/attr.js
* Fix #14164: assign className in addClass/removeClass only if changed. Close ↵Jeremy Dunck2013-08-191-4/+13
| | | | gh-1331.
* Specify support as a dependency wherever it is used. Optimize module order ↵Timmy Willison2013-08-153-3/+6
| | | | to save 15 bytes.
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-154-0/+542