| Commit message (Expand) | Author | Age | Files | Lines |
* | Make .add() take an optional context and - if a context is specified in the r... | John Resig | 2009-11-07 | 2 | -3/+15 |
* | Comment nodes are discarded from a merge, for no apparent reason. Fixes #5438. | John Resig | 2009-11-07 | 1 | -13/+2 |
* | jQuery.ajax modified the passed-in object only to help test the code - this s... | John Resig | 2009-11-07 | 2 | -1/+6 |
* | A typechange for test/qunit. | John Resig | 2009-11-07 | 1 | -0/+1 |
* | Make sure that document.body exists, at least, in IE before the ready event i... | John Resig | 2009-11-07 | 1 | -1/+2 |
* | The complete event wasn't getting called on local file 404s. Thanks to 'mrspe... | John Resig | 2009-11-07 | 1 | -0/+2 |
* | Fixed the case where getComputedStyled was assumed to exist if getBoundingCli... | John Resig | 2009-11-07 | 1 | -2/+2 |
* | Removing some of the SVN-specific stuff from the Ant build file (should proba... | John Resig | 2009-11-07 | 1 | -16/+0 |
* | changed the extension of the README from .markdown to .md | Michael Bensoussan | 2009-11-03 | 1 | -0/+0 |
* | update the README title with a direct link | Michael Bensoussan | 2009-11-03 | 1 | -2/+1 |
* | update the README for more readbility | Michael Bensoussan | 2009-11-03 | 1 | -7/+7 |
* | from txt to markdown | Michael Bensoussan | 2009-11-03 | 2 | -58/+60 |
* | Consistant splits using " " instead of "," | visionmedia | 2009-10-27 | 2 | -4/+4 |
* | Pull in the Sizzle library dynamically using a submodule and make it part of ... | John Resig | 2009-10-26 | 6 | -1022/+31 |
* | Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app... | John Resig | 2009-10-26 | 6 | -66/+75 |
* | fix sed statement used to extract the date | Jon Evans | 2009-10-23 | 1 | -1/+1 |
* | Removed the revision info and fixed the date pull to work against git log ins... | John Resig | 2009-10-23 | 2 | -4/+1 |
* | Removing the old speed perf directory (the current one is in the main 'speed'... | John Resig | 2009-10-22 | 6 | -3892/+1 |
* | Only need Java if you want to build a minified version of jQuery. | John Resig | 2009-10-22 | 1 | -1/+1 |
* | Removed the 'lite' build option (no longer used) and updated the README. | John Resig | 2009-10-22 | 2 | -19/+5 |
* | Cleaned out the build directory - a lot of old files that weren't being used ... | John Resig | 2009-10-22 | 19 | -3345/+1 |
* | Removing some old text files. | John Resig | 2009-10-22 | 2 | -101/+0 |
* | Added the submodule init/update to the Makefile for 'make test' and updated t... | John Resig | 2009-10-22 | 2 | -13/+8 |
* | Pull in QUnit using a submodule. In order to build jQuery (and run the tests)... | John Resig | 2009-10-22 | 3 | -2/+5 |
* | We don't want to filter out the qunit file. | John Resig | 2009-10-22 | 1 | -2/+1 |
* | Fixed the cleaning method to support namespaced elements. Thanks to einaros f... | John Resig | 2009-10-12 | 1 | -2/+2 |
* | Fixed == change in ready. | John Resig | 2009-10-08 | 1 | -1/+2 |
* | Updated the jQuery suite to use the updated QUnit CSS styling. | John Resig | 2009-09-29 | 3 | -6/+6 |
* | Updated the jQuery test suite to use the new QUnit file names. | John Resig | 2009-09-29 | 1 | -2/+2 |
* | Moved the jQuery-specific test suite CSS into a separate file. | John Resig | 2009-09-29 | 2 | -4/+107 |
* | Adapted the jQuery test suite to handle the toolbar moving inline. | John Resig | 2009-09-29 | 2 | -1/+2 |
* | Updated the jQuery suite to use the new 'qunit-' prefix on specific elements. | John Resig | 2009-09-29 | 2 | -11/+11 |
* | Fixed the q() method to use same instead of isSet. | John Resig | 2009-09-29 | 1 | -2/+2 |
* | Switched from using QUnit's isObj/isSet to the more robust same method. | John Resig | 2009-09-29 | 6 | -95/+95 |
* | Moved some jQuery-specific test methods into the core module. | John Resig | 2009-09-29 | 1 | -0/+43 |
* | Moved the init test script off into a separate file. | John Resig | 2009-09-29 | 2 | -6/+5 |
* | Adding in .unwrap() support, thanks to Ben Alman! Fixes #5191. | John Resig | 2009-09-25 | 2 | -0/+39 |
* | Removed the trailing endline from the version. | John Resig | 2009-09-25 | 1 | -1/+1 |
* | Full steam ahead! We're going for 1.4. | John Resig | 2009-09-25 | 1 | -1/+1 |
* | A follow-up to [6578] (which stopped adding expandos to elements that didn't ... | John Resig | 2009-09-25 | 9 | -48/+73 |
* | Getting $.param working well; Patch by ben_alman | Yehuda Katz | 2009-09-17 | 2 | -34/+64 |
* | Probably not the optimal solution, but tests pass. | Yehuda Katz | 2009-09-16 | 2 | -1/+53 |
* | jquery event: closes #5250. bind(), unbind() and one() support Object Literal... | Ariel Flesler | 2009-09-16 | 2 | -0/+78 |
* | data should not add expando unless actually adding data | Brandon Aaron | 2009-09-15 | 2 | -20/+45 |
* | Missing a var on a for loop, caused a variable to be leaked. | John Resig | 2009-09-15 | 1 | -1/+1 |
* | Missing a var on a for loop, caused a variable to be leaked. | John Resig | 2009-09-15 | 1 | -1/+1 |
* | offset is now a setter | Brandon Aaron | 2009-09-15 | 4 | -83/+248 |
* | remove globals in tests for compability with ?noglobals, to be enabled by def... | Jörn Zaefferer | 2009-09-15 | 2 | -2/+5 |
* | fixed global variables introduced in for loop with missing var-keyword (detec... | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
* | jquery attributes: closes #5234. attr() supports jQuery.fn methods. | Ariel Flesler | 2009-09-15 | 2 | -2/+50 |