aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218.Michał Gołębiowski2013-04-031-0/+23
* Update grunt-contrib-jshint to 0.3.0, ref gh-1204.Michał Gołębiowski2013-04-031-0/+1
* No ticket: move jQuery.expando to coreRichard Gibson2013-02-251-0/+4
* No ticket: Reduce size in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-1/+2
* Fix #13356. Clean up after load/ready handlers. Close gh-1152.Oleg2013-02-041-13/+24
* Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.Oleg2013-01-311-5/+5
* Change variables initialization sequence for some declarationsOleg2013-01-311-3/+3
* Fix #13315: compare typeof node.method to var instead of literal "undefined" ...Richard Gibson2013-01-241-0/+4
* Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.Dave Methvin2013-01-081-2/+1
* Followup to gh-1089. Avoid duplicate typeof check.Dave Methvin2012-12-231-7/+6
* Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.Sebi Burkhard2012-12-231-3/+6
* Fix #13076. Speed up $() with strings, part of gh-1089.Sebi Burkhard2012-12-231-2/+2
* Adjust jQuery('html') detection to only match when html starts with '<' (not ...timmywil2012-12-131-1/+2
* Fixes #11938: Adding array getter method to jQuery.fn.cssMike Sherov2012-12-111-1/+1
* Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065.Oleg2012-12-101-2/+2
* Be specific about Firefox nodes-as-nodelist. Never assume that modern browser...Rick Waldron2012-12-101-0/+4
* Fixes #13021. Normalization of core utility array like detection based on sta...Rick Waldron2012-12-101-28/+45
* Fix #13013. Move jQuery.buildFragment() to compat plugin.Dave Methvin2012-12-061-1/+2
* Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052.Paul Ramos2012-12-041-2/+1
* Fix #12959: Optimize library-wide patternsRichard Gibson2012-11-271-25/+26
* Fix #12191. jQuery.type should return "error" for Error objects.Dave Methvin2012-11-241-1/+1
* Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. Clo...Richard Gibson2012-11-191-9/+15
* Remove APIs now in jquery-compatDave Methvin2012-11-071-1/+0
* Restore jQuery.access parameter mistakenly removed in 80d45a69Richard Gibson2012-11-061-14/+17
* Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017.Richard Gibson2012-11-051-19/+30
* Follow-up for .selector property removalOleg2012-11-011-4/+3
* Fix #9469. Remove semi-functional .selector property. Close gh-1006.Dave Methvin2012-10-241-8/+1
* Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.Marcel Greter2012-10-201-1/+1
* Don't expose jQuery.deletedIds. Close gh-889.Rick Waldron2012-10-201-0/+3
* Fix #4262: faster .eq(), closes gh-1000.Richard Gibson2012-10-191-8/+7
* Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Clo...James Huston2012-10-171-13/+18
* no ticket: remove and enforce unused vars in jshintMike Sherov2012-10-171-1/+1
* Use the correct escape for BOM; add build code to detect non-ASCII.Dave Methvin2012-10-111-1/+1