| Commit message (Expand) | Author | Age | Files | Lines |
* | Accidentally removed the init from the Makefile selector build. | jeresig | 2010-01-12 | 1 | -1/+1 |
* | Make sure that Opera fires events after an aborted Ajax attempt. Fixes #5787. | jeresig | 2010-01-12 | 1 | -1/+1 |
* | Allow the Makefile to be more resiliant to broken builds and handle redirecti... | jeresig | 2009-12-31 | 1 | -4/+4 |
* | Switched from using YUI Compressor to Google Compiler. Minified and Gzipped f... | jeresig | 2009-12-18 | 1 | -2/+3 |
* | Renamed the 'fx' module to 'effects'. Should've been done a long time ago. | jeresig | 2009-12-18 | 1 | -1/+1 |
* | support.js needs to come before event.js (also placed in a temporary setTimeo... | John Resig | 2009-12-07 | 1 | -1/+1 |
* | Split the queue code out from data.js into a dedicated queue.js file (also sp... | John Resig | 2009-12-06 | 1 | -0/+1 |
* | Shortened the build messages in the Makefile and added test/qunit and src/siz... | jeresig | 2009-11-30 | 1 | -7/+3 |
* | Don't try to run the clone code if the directory already exists. | jeresig | 2009-11-30 | 1 | -4/+4 |
* | Switched from using Git Submodules to just doing a straight clone of the QUni... | jeresig | 2009-11-30 | 1 | -2/+2 |
* | Don't do the update after the pull - forces the submodules up to date. | jeresig | 2009-11-30 | 1 | -1/+0 |
* | Make sure that the submodules are pulling from the right location. | John Resig | 2009-11-11 | 1 | -2/+2 |
* | Force the submodules to keep up to date. | John Resig | 2009-11-10 | 1 | -0/+3 |
* | Pull in the Sizzle library dynamically using a submodule and make it part of ... | John Resig | 2009-10-26 | 1 | -10/+15 |
* | 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 | 1 | -3/+1 |
* | Removing the old speed perf directory (the current one is in the main 'speed'... | John Resig | 2009-10-22 | 1 | -20/+1 |
* | Removed the 'lite' build option (no longer used) and updated the README. | John Resig | 2009-10-22 | 1 | -15/+0 |
* | Cleaned out the build directory - a lot of old files that weren't being used ... | John Resig | 2009-10-22 | 1 | -50/+1 |
* | Added the submodule init/update to the Makefile for 'make test' and updated t... | John Resig | 2009-10-22 | 1 | -0/+2 |
* | Broke the logic for .clean() wrap out into a separate, static, data structure... | John Resig | 2009-09-07 | 1 | -2/+2 |
* | decoupling styles retrieval from the attr method | Brandon Aaron | 2009-03-22 | 1 | -0/+1 |
* | breaking jquery out into smaller modules. added attributes.js, manipulation.j... | Brandon Aaron | 2009-03-18 | 1 | -0/+3 |
* | Updated the JAR Makefile command to support UTF-8. | John Resig | 2009-02-17 | 1 | -1/+1 |
* | Disable building the lite and packed versions of jQuery by default (no longer... | John Resig | 2009-02-17 | 1 | -1/+1 |
* | core: removed outdated docs target from makefile | Jörn Zaefferer | 2009-01-14 | 1 | -22/+0 |
* | Fixed boxModel support - is now computed with feature detection, rather than ... | John Resig | 2009-01-11 | 1 | -1/+1 |
* | Accidentally left in an extra echo statement in the Makefile. | John Resig | 2009-01-05 | 1 | -1/+0 |
* | Moved the copyright to the intro file, added a ! so that it passes through YU... | John Resig | 2009-01-04 | 1 | -1/+8 |
* | Moved from the old JSMin to using YUIMin for compressing the jQuery source. A... | John Resig | 2009-01-04 | 1 | -1/+2 |
* | jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue... | Ariel Flesler | 2008-12-30 | 1 | -0/+1 |
* | Added the new jQuery.support object and removed all uses of jQuery.browser fr... | John Resig | 2008-12-21 | 1 | -0/+1 |
* | Merged dimensions with core | Brandon Aaron | 2008-04-29 | 1 | -1/+2 |
* | Fixed make speed. | John Resig | 2008-01-28 | 1 | -1/+1 |
* | Fixed lite version of jQuery. | John Resig | 2007-12-20 | 1 | -2/+1 |
* | Don't remove test directory on clean | Brandon Aaron | 2007-12-14 | 1 | -3/+0 |
* | Reintroduced .offset() as a default include, added original author credits. | John Resig | 2007-09-08 | 1 | -1/+2 |
* | Disabled the automatic inclusion of offset.js | John Resig | 2007-09-08 | 1 | -2/+1 |
* | Removed the test suite generation code. | John Resig | 2007-09-08 | 1 | -14/+0 |
* | Added the new .offset() method, directly imported from Dimensions (heavily wo... | John Resig | 2007-09-08 | 1 | -1/+2 |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 1 | -11/+11 |
* | Integrated the custom fx test suite into the main test suite. All tests are n... | John Resig | 2007-07-29 | 1 | -2/+0 |
* | Automated test running using Rhino (no browser required!). Still very buggy, ... | John Resig | 2007-07-08 | 1 | -0/+7 |
* | Added support for min and speed to the 'all' build. | John Resig | 2007-06-30 | 1 | -1/+1 |
* | Added the Speed Test Suite. Can be made by doing 'make speed'. | John Resig | 2007-06-30 | 1 | -0/+19 |
* | Added an initial version of the new animation test suite. (You should never s... | John Resig | 2007-03-15 | 1 | -0/+2 |
* | Fixed a problem with the Makefile, fx wasn't being included in the build. | John Resig | 2007-02-15 | 1 | -3/+2 |
* | Added support for making a minified version of jQuery. | John Resig | 2007-02-15 | 1 | -1/+14 |
* | Moved the bulk of the selector code out into a separate file, changed the bui... | John Resig | 2006-12-31 | 1 | -0/+1 |
* | Tried to fix make build, PLEASE TEST | Jörn Zaefferer | 2006-11-22 | 1 | -5/+7 |