aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make sure that width or height don't animate to a negative value. Fixes #3881.John Resig2009-12-051-1/+1
* Retooled the native triggering code, simplifying it.John Resig2009-12-041-5/+7
* Allow the user to explicitly set a content-type header even when there's no d...John Resig2009-12-041-5/+3
* Fixes a bug I introducedYehuda Katz2009-12-041-1/+1
* Switched to using slice instead of join to get the correct results.jeresig2009-12-041-4/+3
* Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also...Ben Alman2009-12-042-10/+25
* Added in the .delay() method for delaying the execution of queued functions a...jeresig2009-12-041-0/+15
* Adding in support for bubbling submit and change events, thanks to the patch ...Justin Meyer2009-12-042-50/+155
* Minor syntax changes to the winnow function.jeresig2009-12-031-5/+10
* Use now() in support.js instead of getTime.jeresig2009-12-031-1/+1
* Removing unnecessary parens from :hidden.jeresig2009-12-031-3/+4
* Landed the rest of the liveHandler rewrite that takes advantage of the new cl...jeresig2009-12-031-8/+3
* Re-worked the closest no-duplicate-selector code again to be more efficient.jeresig2009-12-031-15/+12
* Prevent duplicate selectors from having to match in closest.jeresig2009-12-031-4/+11
* No need to do the closest match if no selectors are passed in.jeresig2009-12-032-17/+34
* Added in the new .closest(Array) method, will be used to improve the performa...jeresig2009-12-021-9/+31
* Extracted the logic for copying events from one jQuery set to another, makes ...jeresig2009-12-021-15/+20
* Fixed logic error in html method - support.leadingWhitespace shouldn't have b...jeresig2009-12-021-1/+1
* Make sure that a DOM node isn't getting passed through (as is the case in IE,...jeresig2009-12-021-1/+1
* Fix css("opacity") to not clobber other filters in IE. Closes #4707.Yehuda Katz2009-12-011-2/+3
* Switched from using Git Submodules to just doing a straight clone of the QUni...jeresig2009-11-301-0/+0
* Bringing Sizzle and QUnit up to date.jeresig2009-11-301-0/+0
* Made .show(null/undefined) and .hide(null/undefined) work the same as .show()...jeresig2009-11-301-2/+2
* Fixed a problem with animations with a duration of 0 not working properly for...jeresig2009-11-301-4/+4
* Merge branch 'master' of github.com:jquery/jqueryjeresig2009-11-301-1/+1
|\
| * Fixes $.trim for   closes #4980Yehuda Katz2009-11-301-1/+1
* | Fixed bug with singleTag matching in core.js.jeresig2009-11-301-1/+1
|/
* added missing semicolonsKarl Swedberg2009-11-282-4/+4
* added missing radix parameter for parseInt()Karl Swedberg2009-11-281-1/+1
* added curly braces around all if/else statementsKarl Swedberg2009-11-287-121/+149
* Disable the X-Requested-With header to avoid preflighting remote POST request...John Resig2009-11-251-5/+7
* Fixed spacing on the modified Ajax code.John Resig2009-11-251-8/+8
* Fixing endlines.Mark Gibson2009-11-251-170/+170
* Re-adding zeros removed from slice calls in last commit.Robert Katic2009-11-261-2/+2
* Corrected RegExp to match event namespaces. Fixes #5303.Robert Katic2009-11-261-2/+2
* Generic jQuery.merge and safer jQuery.makeArray(nodeList).Robert Katic2009-11-261-17/+23
* Added support for .text() on text nodes. Fixes #5525.John Resig2009-11-171-9/+11
* Changed the === undefined ready event check to == null since frameElement is ...Andrea Giammarchi2009-11-171-1/+1
* Allowing falsy values to be passed as a speed for hide().Scott Gonzalez2009-11-131-1/+1
* Allowing falsy values to be passed as a speed for show().Scott Gonzalez2009-11-131-1/+1
* Made jQuery.extend(true, ...) to extend recursively only 'object literal' val...Robert Katic2009-11-121-13/+4
* Made isObjectLiteral to work correctly with custom objects with empty prototy...Robert Katic2009-11-121-2/+9
* Use array.indexOf if available (speeds up modern browsers). Thanks to lrbabe ...lrbabe2009-11-111-0/+4
* Added useMap and frameBorder IE support to attr. Fixes #4561.John Resig2009-11-111-1/+3
* Added a check to make sure that a load request isn't done if the element does...John Resig2009-11-111-0/+4
* Pass in the XHR object as the third argument to the success callback (which h...John Resig2009-11-111-1/+1
* Fixed the case where HTML that contained entities was being inserted as text ...John Resig2009-11-111-1/+1
* Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes...John Resig2009-11-111-2/+2
* Land Rich's fix for not using window.top to do frame detection. Fixes #4787.Rich Dougherty2009-11-111-3/+8
* Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (makin...John Resig2009-11-111-1/+1