aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-6/+1
* Build: code style fixesOleg Gaidarenko2015-12-221-0/+4
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-0/+1
* Revert "Ajax: Always use script injection in globalEval"Oleg Gaidarenko2015-12-221-10/+10
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-12-221-0/+4
* Revert "Data: do not include digits when camelCasing"Oleg Gaidarenko2015-12-221-1/+1
* Revert "Data: camelCasing should not ignore case"Oleg Gaidarenko2015-12-221-1/+1
* Revert "Core: make isNumeric limited to strings and numbers"Oleg Gaidarenko2015-12-221-6/+6
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-251-6/+6
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-251-1/+2
* Core: Support Symbol wrapper objects in jQuery.typeChristian Grete2015-10-131-1/+1
* Core: Remove unnecessary parameter to jQuery#constructorYongwoo Jeon2015-09-081-1/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-26/+36
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-161-1/+3
* Core: .each/.map should accept an undefined/null valueThomas Tortorini2015-07-271-11/+9
* Core: Change support.ownLast to support.ownFirstMichał Gołębiowski2015-06-231-1/+1
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-131-0/+10
* Build: append "+compat" to tag version and jQuery.fn.jqueryTimmy Willison2015-05-071-1/+1
* Core: remove isArraylike check for nodesMu Haibao2015-05-051-4/+0
* Data: camelCasing should not ignore caseTimmy Willison2015-05-041-1/+1
* Data: do not include digits when camelCasingTimmy Willison2015-05-041-1/+1
* Core: add workaround for iOS JIT error in isArrayLikeTimmy Willison2015-04-291-1/+6
* Core: change jQuery.each and jQuery#each signaturesOleg Gaidarenko2015-02-191-31/+10
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-111-4/+0
* Core: Simplify and speed up .eachDaniel Husar2014-12-091-14/+5
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-3/+1
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-2/+5
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-161-10/+11
* Core: Work around loss of precision from parseFloatRichard Gibson2014-06-071-1/+2
* Core: Fix comments for .get() methodBenjy Cui2014-03-201-2/+2
* Core: Arrays like [42] should fail .isNumeric()Dave Methvin2014-03-041-1/+1
* Core: Remove native String#trim usage to save sizeMichał Gołębiowski2014-03-041-16/+6
* Core: Correct support comments for String.prototype.trimMichał Gołębiowski2014-02-131-1/+3
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-191-18/+0
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-151-12/+12
* No ticket: Compress core and data modulesRichard Gibson2013-09-281-36/+36
* core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379.Timo Tijhof2013-09-231-1/+1
* Ref #14313: NaN detection. Close gh-1352.Richard Gibson2013-09-121-2/+5
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-182/+47
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-53/+0
* Add AMD+CommonJS capabilities to the build script (for modules with long unre...Timmy Willison2013-09-091-16/+13
* Move parsing methods to their own files (separates manipulation dependency fr...Timmy Willison2013-09-081-124/+31
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-39/+59
* Ref #14313: Optimize 1.x jQuery.merge for size.Amey Sakhadeo2013-09-031-8/+10
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-212/+49
* No need to remove if they ain't nuthin tharTimmy Willison2013-07-241-1/+2
* Followup #13315: Correct support commentRichard Gibson2013-05-211-2/+2
* Fix #13223. Re-allow leading space in HTML. Close gh-1264.Dave Methvin2013-05-091-1/+1
* No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.Michał Gołębiowski2013-04-071-5/+0
* Fix #12199. Handle iteration over inherited properties in oldIE. CloseBrandon Johnson2013-04-041-2/+10