aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-131-0/+10
* 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-031-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
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-4/+2
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-091-1/+1
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-091-1/+1
* Core: Simplify and speed up .eachDaniel Husar2014-12-091-14/+5
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-1/+3
* 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-19/+4
* Support: clean up comments and Support notationDave Methvin2014-06-101-6/+4
* 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: Fix trim in Android<4.1Michał Gołębiowski2014-02-131-3/+19
* Core: Remove special case try/catch in isPlainObjectRick Waldron2014-02-021-10/+2
* 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-42/+42
* 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-1/+4
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-115/+2
* 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-58/+3
* 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-061-3/+8
* Ref #14313: Further code and test improvementsRichard Gibson2013-09-031-7/+5
* Fix #14313: Optimize jQuery.merge for size. Close gh-1344.Amey Sakhadeo2013-08-301-6/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-152/+46
* No need to remove if they ain't nuthin tharTimmy Willison2013-07-241-1/+1
* 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
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-061-2/+3
* Correct oldIE-related comments, revert some workarounds. Close gh-1207.Michał Gołębiowski2013-04-041-7/+1
* Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.Michał Gołębiowski2013-04-041-2/+1
* Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.Michał Gołębiowski2013-04-031-1/+24
* Update grunt-contrib-jshint to 0.3.0, close gh-1204.Michał Gołębiowski2013-04-031-0/+1
* Removes unnecessary semi-colon concatenationRick Waldron2013-04-031-1/+1
* Fixes #13714. jQuery.globalEval gotcha w/ strings that contain valid, prologu...Rick Waldron2013-04-031-4/+19
* Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576dRick Waldron2013-03-061-8/+3
* Fixes #13571. jQuery.isPlainObject 1.9.x compatibilityRick Waldron2013-03-061-3/+8
* No ticket: move jQuery.expando to coreRichard Gibson2013-02-251-0/+3
* No ticket: Reduce size in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-1/+2
* Fixes typos in core.js and css.js. Closes gh-1175Pascal Borreli2013-02-211-1/+1