aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix comment about Safari shortfalls.Dave Methvin2013-01-291-1/+1
* Revert "Fix #13291, no longer need the functionish-regex guard."Dave Methvin2013-01-291-1/+2
* Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal "...Richard Gibson2013-01-271-0/+4
* Fix #13291, no longer need the functionish-regex guard.Dave Methvin2013-01-261-1/+1
* Consistently clean up after .ready() handler, close gh-1135.Oleg2013-01-201-5/+6
* Bring back jQuery.buildFragment and remove jQuery.cleanOleg2013-01-081-2/+3
* Explanations for each step of isPlainObjectRick Waldron2012-12-261-1/+8
* obj === Object(obj) comparison is an unnecessary artifact from refactoringRick Waldron2012-12-261-1/+1
* Ensure that null/undefined args don't choke on native indexOfRick Waldron2012-12-261-1/+1
* Further reduction, thanks @dchermanRick Waldron2012-12-261-3/+1
* Straightforward support noteRick Waldron2012-12-261-1/+1
* Straightforward support noteRick Waldron2012-12-261-1/+1
* Remove setTimeout for body existanceRick Waldron2012-12-261-5/+0
* 2.0: Reduce globalEvalRick Waldron2012-12-261-9/+3
* 2.0: Reduced parseXMLRick Waldron2012-12-261-10/+7
* 2.0: Reduce isPlainObjectRick Waldron2012-12-261-15/+5
* 2.0: Remove isArray shimRick Waldron2012-12-261-3/+1
* 2.0: Remove now shimRick Waldron2012-12-261-3/+1
* 2.0: Remove inArray shimRick Waldron2012-12-261-19/+1
* 2.0: Remove JSON.parse shimRick Waldron2012-12-261-33/+1
* 2.0: Remove trim shimRick Waldron2012-12-261-17/+3
* 2.0: Removes attachEvent paths for jQuery.ready()Rick Waldron2012-12-261-44/+3
* 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