aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be ...John Resig2009-11-111-2/+2
* Removed the use of this.length++ as it makes it hard to use the init method d...John Resig2009-11-111-2/+2
* Making sure that you can bind multiple toggles to a single element without pr...Mr Speaker2009-11-111-2/+3
* Renamed isObject to isObjectLiteral to be more specific.John Resig2009-11-101-2/+2
* Require that, at least, document.body exists before firing the ready event. T...John Resig2009-11-091-0/+4
* Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20bf05, read the ticket ...John Resig2009-11-091-1/+1
* Merge branch 'master' of git@github.com:jquery/jqueryJohn Resig2009-11-091-4/+3
|\
| * Cleanup bubbling focus and blur eventslrbabe2009-11-091-4/+3
* | Making mouseenter and mouseleave work with .live().lrbabe2009-11-091-6/+22
|/
* Made the closest method evaluate the selector with appropriate context.Robert Katić2009-11-091-1/+2
* Added comments to isObject.rkatic2009-11-091-1/+12
* Fixing spacing problems from rkatic's patches.John Resig2009-11-071-3/+3
* Make liveHandler to use jQuery.lastCloser and speed up internal sorting.rkatic2009-11-081-3/+3
* Store last closer value to jQuery.lastCloser instead of using data API.rkatic2009-11-081-4/+5
* Made sure that animate callbacks get executed even when no properties are pas...John Resig2009-11-071-1/+5
* Make .add() take an optional context and - if a context is specified in the r...John Resig2009-11-071-3/+3
* Comment nodes are discarded from a merge, for no apparent reason. Fixes #5438.John Resig2009-11-071-13/+2
* jQuery.ajax modified the passed-in object only to help test the code - this s...John Resig2009-11-071-1/+1
* Make sure that document.body exists, at least, in IE before the ready event i...John Resig2009-11-071-1/+2
* The complete event wasn't getting called on local file 404s. Thanks to 'mrspe...John Resig2009-11-071-0/+2