aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:jquery/jqueryjeresig2009-11-302-1/+12
|\
| * Fixes $.trim for   closes #4980Yehuda Katz2009-11-302-1/+12
* | Fixed bug with singleTag matching in core.js.jeresig2009-11-301-1/+1
|/
* Ignore diff and patch files.jeresig2009-11-301-0/+2
* Merge branch 'master' of github.com:jquery/jqueryjeresig2009-11-298-124/+152
|\
| * 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
* | Adding a Rakefile to build jQuery core, for those that need it.jeresig2009-11-291-0/+19
|/
* Force endlines to be just LF (any CRLF is auto-converted to LF by Git).jeresig2009-11-271-0/+1
* 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-258-590/+590
* 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-262-2/+6
* Generic jQuery.merge and safer jQuery.makeArray(nodeList).Robert Katic2009-11-262-19/+29
* Added support for .text() on text nodes. Fixes #5525.John Resig2009-11-172-10/+15
* Re-wrote context Ajax test to use an element instead of an object (a more rea...John Resig2009-11-171-1/+1
* Re-adding the QUnit submodule file.John Resig2009-11-171-0/+0
* Changed the === undefined ready event check to == null since frameElement is ...Andrea Giammarchi2009-11-171-1/+1
* Hide the .settings file in the gitignore.John Resig2009-11-152-2/+2
* Ignoring src/selector.js (build) and Emacs backup filesKim Dalsgaard2009-11-151-0/+3
* Added test for passing null to .show()Scott Gonzalez2009-11-131-1/+7
* 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
* Corrected some minor errors made by me (rkatic) in last commits.Robert Katic2009-11-131-3/+3
* Forgotten to update the number of jQuery.extend related tests.Robert Katic2009-11-121-1/+1
* Made jQuery.extend(true, ...) to extend recursively only 'object literal' val...Robert Katic2009-11-122-16/+11
* Made isObjectLiteral to work correctly with custom objects with empty prototy...Robert Katic2009-11-122-3/+14
* Make sure that the submodules are pulling from the right location.John Resig2009-11-111-2/+2
* 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-112-2/+8
* Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes...John Resig2009-11-113-3/+18
* 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-112-2/+5
* 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
* Add QUnit as a submodule.Damian Janowski2009-11-121-0/+0
* Remove symlink to John Resig's filesystem.Damian Janowski2009-11-121-1/+0
* Making sure that you can bind multiple toggles to a single element without pr...Mr Speaker2009-11-112-3/+20
* Renamed isObject to isObjectLiteral to be more specific.John Resig2009-11-101-2/+2
* Force the submodules to keep up to date.John Resig2009-11-101-0/+3
* 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
|/