| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Made a bunch of changes to the build system. | John Resig | 2006-08-13 | 5 | -23/+50 |
* | Removed old docs directory. | John Resig | 2006-08-13 | 0 | -0/+0 |
* | Moved docs stuff to build, to be created when the docs are actually built. | John Resig | 2006-08-13 | 8 | -16/+31 |
* | Updated the doc js to remove old code. | John Resig | 2006-08-13 | 1 | -12/+2 |
* | Moved the plugins down a level. | John Resig | 2006-08-13 | 3 | -267/+0 |
* | Built files accidentally included. | John Resig | 2006-08-13 | 4 | -5293/+0 |
* | Added the new Makefile. | John Resig | 2006-08-13 | 1 | -0/+36 |
* | Moved the tests into jQuery proper. | John Resig | 2006-08-13 | 17 | -0/+3931 |
* | Moved some more files around. | John Resig | 2006-08-13 | 2 | -8/+8 |
* | Moved some more of the build files around. | John Resig | 2006-08-13 | 4 | -0/+242 |
* | Added the inital build directory. | John Resig | 2006-08-13 | 8 | -10/+119 |
* | Moved plugins to the new plugin directory. | John Resig | 2006-08-13 | 2 | -0/+41 |
* | Created the new plugins directory. | John Resig | 2006-08-13 | 1 | -0/+26 |
* | Moved all the jQuery source to the new src directory. | John Resig | 2006-08-13 | 4 | -0/+0 |
* | Added the new src directory. | John Resig | 2006-08-13 | 0 | -0/+0 |
* | First commit of the new doc system. | John Resig | 2006-08-13 | 22 | -4608/+5491 |
* | Fixed semicolon error in event. | John Resig | 2006-08-13 | 1 | -1/+1 |
* | Applied patch provided by Taku Sano fixing the compression errors. | John Resig | 2006-08-13 | 2 | -6/+7 |
* | Updated the docs for a number of methods. | John Resig | 2006-08-12 | 4 | -21/+261 |
* | Updated the build script to generate the docs too. | John Resig | 2006-08-12 | 1 | -0/+1 |
* | Fixed some bugs with attribute handling. | John Resig | 2006-08-09 | 1 | -1/+9 |
* | Added all the new documentation files. | John Resig | 2006-08-09 | 9 | -0/+4614 |
* | (no commit message) | Gilles van den Hoven | 2006-08-01 | 1 | -0/+20 |
* | Fixed issue with "to" macros. | John Resig | 2006-08-01 | 1 | -4/+4 |
* | Fixed two bugs with togglling. | John Resig | 2006-07-30 | 3 | -11/+11 |
* | Fixed the nested comment issue. | John Resig | 2006-07-30 | 1 | -4/+4 |
* | Massive documentation updates, only thing left to do is ajax.js. | John Resig | 2006-07-29 | 3 | -47/+2148 |
* | Fixed issue with hide() notn reverting back to the correct display type. | John Resig | 2006-07-28 | 1 | -1/+1 |
* | Added my one fun thing for the night: jQuery.each, inspired by Dean Edwards' ... | John Resig | 2006-07-28 | 1 | -26/+24 |
* | Fixed bug with parents/siblings, etc. | John Resig | 2006-07-28 | 1 | -409/+414 |
* | Fixed annoying $()/Array bug. | John Resig | 2006-07-28 | 1 | -1/+1 |
* | Made some changes to the form plugin, to simplify it and bring it up to date. | John Resig | 2006-07-26 | 1 | -44/+21 |
* | Events that fire after the browser has already moved to another page no longe... | John Resig | 2006-07-25 | 1 | -0/+2 |
* | Fixed width/height animations don't lapse back to auto. There's no longer a f... | John Resig | 2006-07-24 | 1 | -11/+21 |
* | Make sure that camel case is passed in to currentStyle. | John Resig | 2006-07-24 | 1 | -2/+3 |
* | Fixed the opacity problems with IE & animations. | John Resig | 2006-07-24 | 2 | -8/+10 |
* | IE flicker has been killed and setAuto now works in Firefox and IE. | John Resig | 2006-07-24 | 2 | -25/+36 |
* | Added some memory leak protection. | John Resig | 2006-07-17 | 1 | -1/+5 |
* | Made a number of changes/improvements to how the effects are handled. | John Resig | 2006-07-17 | 1 | -11/+14 |
* | Fixed flickering an auto in all browsers but IE. | John Resig | 2006-07-17 | 1 | -8/+16 |
* | Fixed issue with broken .trigger(). | John Resig | 2006-07-17 | 1 | -2/+2 |
* | Added fix for dealing with IE dom ready on https. | John Resig | 2006-07-17 | 1 | -1/+1 |
* | Minor bug fixes. | John Resig | 2006-07-17 | 2 | -2/+2 |
* | Added overflow fix. | John Resig | 2006-07-16 | 1 | -7/+7 |
* | Added some .css() fixes. | John Resig | 2006-07-16 | 1 | -2/+6 |
* | Changed how the new parser works and fixed a bug with :hidden/:visible. | John Resig | 2006-07-16 | 1 | -11/+11 |
* | Made the parsing engine extensible. | John Resig | 2006-07-16 | 1 | -37/+40 |
* | Fixed issues with oneEvent events. | John Resig | 2006-07-16 | 1 | -10/+11 |
* | Some more quick fixes. | John Resig | 2006-07-15 | 1 | -52/+71 |
* | Commented show, hide, toggle, addClass, removeClass, toggleClass, empty, bind... | Yehuda Katz | 2006-07-14 | 1 | -1/+131 |