aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Made a bunch of changes to the build system.John Resig2006-08-135-23/+50
|
* Removed old docs directory.John Resig2006-08-130-0/+0
|
* Moved docs stuff to build, to be created when the docs are actually built.John Resig2006-08-138-16/+31
|
* Updated the doc js to remove old code.John Resig2006-08-131-12/+2
|
* Moved the plugins down a level.John Resig2006-08-133-267/+0
|
* Built files accidentally included.John Resig2006-08-134-5293/+0
|
* Added the new Makefile.John Resig2006-08-131-0/+36
|
* Moved the tests into jQuery proper.John Resig2006-08-1317-0/+3931
|
* Moved some more files around.John Resig2006-08-132-8/+8
|
* Moved some more of the build files around.John Resig2006-08-134-0/+242
|
* Added the inital build directory.John Resig2006-08-138-10/+119
|
* Moved plugins to the new plugin directory.John Resig2006-08-132-0/+41
|
* Created the new plugins directory.John Resig2006-08-131-0/+26
|
* Moved all the jQuery source to the new src directory.John Resig2006-08-134-0/+0
|
* Added the new src directory.John Resig2006-08-130-0/+0
|
* First commit of the new doc system.John Resig2006-08-1322-4608/+5491
|
* Fixed semicolon error in event.John Resig2006-08-131-1/+1
|
* Applied patch provided by Taku Sano fixing the compression errors.John Resig2006-08-132-6/+7
|
* Updated the docs for a number of methods.John Resig2006-08-124-21/+261
|
* Updated the build script to generate the docs too.John Resig2006-08-121-0/+1
|
* Fixed some bugs with attribute handling.John Resig2006-08-091-1/+9
|
* Added all the new documentation files.John Resig2006-08-099-0/+4614
|
* (no commit message)Gilles van den Hoven2006-08-011-0/+20
|
* Fixed issue with "to" macros.John Resig2006-08-011-4/+4
|
* Fixed two bugs with togglling.John Resig2006-07-303-11/+11
|
* Fixed the nested comment issue.John Resig2006-07-301-4/+4
|
* Massive documentation updates, only thing left to do is ajax.js.John Resig2006-07-293-47/+2148
|
* Fixed issue with hide() notn reverting back to the correct display type.John Resig2006-07-281-1/+1
|
* Added my one fun thing for the night: jQuery.each, inspired by Dean Edwards' ↵John Resig2006-07-281-26/+24
| | | | work.
* Fixed bug with parents/siblings, etc.John Resig2006-07-281-409/+414
|
* Fixed annoying $()/Array bug.John Resig2006-07-281-1/+1
|
* Made some changes to the form plugin, to simplify it and bring it up to date.John Resig2006-07-261-44/+21
|
* Events that fire after the browser has already moved to another page no ↵John Resig2006-07-251-0/+2
| | | | longer fire incorrectly.
* Fixed width/height animations don't lapse back to auto. There's no longer a ↵John Resig2006-07-241-11/+21
| | | | flicker for fixed sized items. The overflow for items is no longer tampered with, if it doesn't have to be. .cur() is used for all animations in place of .max(), with much better results.
* Make sure that camel case is passed in to currentStyle.John Resig2006-07-241-2/+3
|
* Fixed the opacity problems with IE & animations.John Resig2006-07-242-8/+10
|
* IE flicker has been killed and setAuto now works in Firefox and IE.John Resig2006-07-242-25/+36
|
* Added some memory leak protection.John Resig2006-07-171-1/+5
|
* Made a number of changes/improvements to how the effects are handled.John Resig2006-07-171-11/+14
|
* Fixed flickering an auto in all browsers but IE.John Resig2006-07-171-8/+16
|
* Fixed issue with broken .trigger().John Resig2006-07-171-2/+2
|
* Added fix for dealing with IE dom ready on https.John Resig2006-07-171-1/+1
|
* Minor bug fixes.John Resig2006-07-172-2/+2
|
* Added overflow fix.John Resig2006-07-161-7/+7
|
* Added some .css() fixes.John Resig2006-07-161-2/+6
|
* Changed how the new parser works and fixed a bug with :hidden/:visible.John Resig2006-07-161-11/+11
|
* Made the parsing engine extensible.John Resig2006-07-161-37/+40
|
* Fixed issues with oneEvent events.John Resig2006-07-161-10/+11
|
* Some more quick fixes.John Resig2006-07-151-52/+71
|
* Commented show, hide, toggle, addClass, removeClass, toggleClass, empty, ↵Yehuda Katz2006-07-141-1/+131
| | | | | | bind, unbind, trigger TODO: remove