aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes/attr.js
Commit message (Expand)AuthorAgeFilesLines
* Attributes: Don't stringify attributes in the setterMichał Gołębiowski-Owczarek2021-11-011-1/+1
* Attributes: Don't set the type attr hook at all outside of IEMichał Gołębiowski-Owczarek2020-01-131-17/+18
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-11/+6
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-34/+23
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-131-1/+1
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-4/+6
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-2/+3
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-151-3/+6
* Attributes: Avoid infinite recursion on non-lowercase attribute gettersMichał Gołębiowski2016-06-031-5/+7
* Docs: Fix an incorrect comment in the attributes moduleMichał Gołębiowski2016-06-031-1/+1
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Attributes: remove the lower-casing logic for attribute namesMichał Gołębiowski2016-02-171-10/+2
* Attributes: exclusively lowercase A-Z in attribute namesTimmy Willison2015-12-021-2/+9
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-211-10/+2
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-10/+12
* Core: organize prop & attr code to be similarGilad Peleg2015-06-231-36/+34
* Core: Align branches: remove an unused variable, add commentsMichał Gołębiowski2015-04-271-2/+2
* 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
* Attr: Use typeof check for getAttribute methodOleg Gaidarenko2014-09-021-1/+1
* Core: Drop strundefined variableChris Antaki2014-09-021-3/+2
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-1/+3
* Support: clean up comments and Support notationDave Methvin2014-06-101-2/+0
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-2/+3
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-4/+5
* Fix for custom attr handles duck-punching the boolean attr handleTimmy Willison2013-08-281-18/+15
* Specify support as a dependency wherever it is used. Optimize module order to...Timmy Willison2013-08-151-1/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+143