| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | testrunner: focus & blur events could fail if the window isn't focused | Ariel Flesler | 2009-09-15 | 1 | -11/+17 |
* | Adding some fixes for commit [6537]. If there's leading whitespace, or if an ... | John Resig | 2009-09-15 | 1 | -6/+12 |
* | jquery ajax: addition for #2452. Wasn't working correctly in some cases. | Ariel Flesler | 2009-09-15 | 2 | -5/+8 |
* | Fix for SVN rev [6537]. Events weren't being unbound correctly in Internet Ex... | John Resig | 2009-09-15 | 1 | -3/+2 |
* | jquery ajax: closes #2452. get() and post() weren't shifting all arguments co... | Ariel Flesler | 2009-09-15 | 1 | -1/+4 |
* | jquery ajax: closes #4994. Adding 'context' setting to $.ajax | Ariel Flesler | 2009-09-15 | 2 | -17/+60 |
* | avoid creating a new data cache if we don't need one. Also, short-circuit the... | Yehuda Katz | 2009-09-15 | 1 | -9/+14 |
* | jquery data: adding missing semicolons | Ariel Flesler | 2009-09-15 | 1 | -3/+3 |
* | Make jQuery.winnow a local function | Yehuda Katz | 2009-09-15 | 1 | -3/+3 |
* | jquery fx: closes #2542. show/hide(0, fn) wasn't calling the callback. | Ariel Flesler | 2009-09-15 | 2 | -4/+12 |
* | testrunner: resetting the scroll position after focusing a field | Ariel Flesler | 2009-09-14 | 1 | -0/+1 |
* | Another fix for [6537] - make sure that .innerHTML isn't used on non-HTML doc... | John Resig | 2009-09-14 | 1 | -2/+2 |
* | Fixed a bug introduced in SVN rev [6537] that caused XML-based fragment creat... | John Resig | 2009-09-14 | 1 | -2/+6 |
* | jquery event: misc removal | Ariel Flesler | 2009-09-14 | 1 | -6/+2 |
* | jquery data: closes #5224. Exposing the expando. | Ariel Flesler | 2009-09-14 | 2 | -0/+18 |
* | Added support for .before(), .after(), and .replaceWith() on disconnected DOM... | John Resig | 2009-09-14 | 2 | -10/+40 |
* | jquery event: fixes #4989. blur and focus events now bubble and can be handle... | Ariel Flesler | 2009-09-14 | 2 | -2/+63 |