aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340.njhamann2013-11-131-1/+1
* ajax: Fix #14207. file protocol returns status 0, see #8605.Dave Methvin2013-11-131-2/+2
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-121-7/+17
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-1/+5
* No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426.Michał Gołębiowski2013-11-111-9/+1
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-071-2/+2
* Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411.Marian Sollmann2013-11-061-2/+2
* Fix #14101: $().data() should be undefined, not nullCorey Frang2013-11-061-2/+1
* No ticket: Reduce size by reordering variable declarations. Close gh-1416.Chris Antaki2013-11-051-5/+5
* Fix #11809: Update text without creating DOM nodes. Close gh-1412.Chris Antaki2013-11-051-1/+5
* No ticket: Update support comment to match conventionRichard Gibson2013-11-041-2/+2
* No ticket: Small ajax/xhr size optimizationsRichard Gibson2013-10-281-6/+19
* Fix #14379: AJAX requests on unloadRichard Gibson2013-10-281-4/+2
* No ticket. Remove useless commentOleg2013-10-281-1/+0
* Fix #14459: Use jQuery.parseJSON instead of JSON.parseRichard Gibson2013-10-281-1/+1
* Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."Dave Methvin2013-10-221-14/+7
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-10-221-7/+14
* Ref 2263134b: Better identify potential JSON. Close gh-1401.Ronny Springer2013-10-161-1/+1
* Fix #14394: Changing style !important in webkit. Close gh-1385.Lihan Li2013-10-151-0/+3
* No ticket: Small curCSS size optimizationsRichard Gibson2013-10-151-4/+8
* Fix #14432: Always return string from .css("z-index"). Close gh-1395.George Kats2013-10-151-1/+3
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-156-97/+92
* Fix some code style inconsistenciesOleg2013-10-078-13/+10
* Fix #13993. Save result of native inline handlers. Close gh-1368.Dave Methvin2013-10-061-2/+5
* No ticket: Compress core and data modulesRichard Gibson2013-09-282-48/+48
* No ticket: Fix XHTML regression. Close gh-1375.Anthony Ryan2013-09-231-1/+1
* core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379.Timo Tijhof2013-09-231-1/+1
* Fix #14290. Don't throw if text node is appended to table. Close gh-1371.Dave Methvin2013-09-191-1/+1
* Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close gh...Dave Methvin2013-09-191-3/+4
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-9/+20
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-171-21/+11
* Correct code style in comment lineOleg2013-09-131-1/+1
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-1315-31/+32
* Ref #14313: NaN detection. Close gh-1352.Richard Gibson2013-09-122-3/+6
* charAt -> string indexing. Close gh-1359.Mike Sidorov2013-09-122-2/+2
* Flip the switch on checkOnTimmy Willison2013-09-111-1/+1
* Correct the checkClone support test for Safari 5.1 and mobile webkitsTimmy Willison2013-09-111-14/+11
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-112-2/+4
* Fix contextTimmy Willison2013-09-111-1/+1
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-113-8/+7
* Modules can assume the presence of their parentsTimmy Willison2013-09-101-1/+0
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-113-40/+52
* Remove offset dependency from css. Move curCSS and getStyles to their own mod...Timmy Willison2013-09-106-85/+111
* Map Sizzle to a path with config to allow users to put Sizzle wherever they wantTimmy Willison2013-09-101-1/+1
* Ensure display: inline-block when animating width/height on inline elements. ...Timmy Willison2013-09-101-3/+10
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-0918-213/+250
* Apply consistent ordering in all modules. -38 bytes. Order modules like funct...Timmy Willison2013-09-099-838/+837
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-098-131/+143
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-0913-122/+149
* Reorder css.js logicallyTimmy Willison2013-09-091-177/+177