jquery.git
17 years agoFixed a handful of places where $() was used explicitly, rather than jQuery().
Corey Jewett [Thu, 31 Aug 2006 21:44:24 +0000 (21:44 +0000)]
Fixed a handful of places where $() was used explicitly, rather than jQuery().

17 years agoBroke >, ~, +, etc - fixed.
John Resig [Thu, 31 Aug 2006 17:26:31 +0000 (17:26 +0000)]
Broke >, ~, +, etc - fixed.

17 years agoOops, syntax error.
John Resig [Thu, 31 Aug 2006 08:14:33 +0000 (08:14 +0000)]
Oops, syntax error.

17 years agoAdded native support for JSON data.
John Resig [Thu, 31 Aug 2006 06:32:27 +0000 (06:32 +0000)]
Added native support for JSON data.

17 years agoAdded support for the native AJAX object in IE 7.
John Resig [Thu, 31 Aug 2006 06:30:44 +0000 (06:30 +0000)]
Added support for the native AJAX object in IE 7.

17 years agoAdded fix for stray <script> element that was left for IE for the DOMReady check.
John Resig [Thu, 31 Aug 2006 05:21:16 +0000 (05:21 +0000)]
Added fix for stray <script> element that was left for IE for the DOMReady check.

17 years agoAdded fix for broken $("../..",foo).
John Resig [Thu, 31 Aug 2006 05:16:50 +0000 (05:16 +0000)]
Added fix for broken $("../..",foo).

17 years agoFixed issue with .attr( "disabled", false ) not working properly.
John Resig [Thu, 31 Aug 2006 04:27:30 +0000 (04:27 +0000)]
Fixed issue with .attr( "disabled", false ) not working properly.

17 years agoFixed issue with opacity being set to only 0.9999 for Opera, Safari, et. al - which...
John Resig [Thu, 31 Aug 2006 04:22:45 +0000 (04:22 +0000)]
Fixed issue with opacity being set to only 0.9999 for Opera, Safari, et. al - which it was, in fact a Mozilla issue (or, at least, it seems).

17 years agoFixed issue with comment text being included in .text() results.
John Resig [Thu, 31 Aug 2006 04:19:59 +0000 (04:19 +0000)]
Fixed issue with comment text being included in .text() results.

17 years agoFixed issue with .val() not working properly.
John Resig [Thu, 31 Aug 2006 04:16:23 +0000 (04:16 +0000)]
Fixed issue with .val() not working properly.

17 years agoApparently I accidentally removed :nth-chlid()... uhh - oops?
John Resig [Thu, 31 Aug 2006 04:13:39 +0000 (04:13 +0000)]
Apparently I accidentally removed :nth-chlid()... uhh - oops?

17 years agoFixed issue with .remove() not working correctly.
John Resig [Thu, 31 Aug 2006 04:05:57 +0000 (04:05 +0000)]
Fixed issue with .remove() not working correctly.

17 years agoFixed issue with .children().
John Resig [Thu, 31 Aug 2006 03:59:51 +0000 (03:59 +0000)]
Fixed issue with .children().

17 years agoFixed the issue with jQuery not packing correctly for Safari.
John Resig [Mon, 28 Aug 2006 06:19:13 +0000 (06:19 +0000)]
Fixed the issue with jQuery not packing correctly for Safari.

17 years agoAdded .not() test case.
John Resig [Sat, 26 Aug 2006 22:39:14 +0000 (22:39 +0000)]
Added .not() test case.

17 years agoAdded a bunch of documentation fixes.
John Resig [Sat, 26 Aug 2006 16:50:31 +0000 (16:50 +0000)]
Added a bunch of documentation fixes.

17 years agoAdded in a bunch of fx fixes - and hide/show/toggle are decoupled from later methods.
John Resig [Sat, 26 Aug 2006 03:51:03 +0000 (03:51 +0000)]
Added in a bunch of fx fixes - and hide/show/toggle are decoupled from later methods.

17 years agoQuick bug fix, formatted pack better.
John Resig [Sat, 26 Aug 2006 00:43:41 +0000 (00:43 +0000)]
Quick bug fix, formatted pack better.

17 years agoAdded a fix for the Safari computedStyle bug.
John Resig [Fri, 25 Aug 2006 21:22:21 +0000 (21:22 +0000)]
Added a fix for the Safari computedStyle bug.

17 years agoFixed some bugs with the test suite and fixed a bug with setting attributes.
John Resig [Fri, 25 Aug 2006 18:38:24 +0000 (18:38 +0000)]
Fixed some bugs with the test suite and fixed a bug with setting attributes.

17 years agoFixed the giant negative number issue that Opera was having.
John Resig [Thu, 24 Aug 2006 23:45:39 +0000 (23:45 +0000)]
Fixed the giant negative number issue that Opera was having.

17 years agoAdded fix for non-standard CSS attributes in IE.
John Resig [Thu, 24 Aug 2006 23:10:54 +0000 (23:10 +0000)]
Added fix for non-standard CSS attributes in IE.

17 years agoAdded in some more bug fixes - and added the slideToggle method.
John Resig [Thu, 24 Aug 2006 21:30:21 +0000 (21:30 +0000)]
Added in some more bug fixes - and added the slideToggle method.

17 years agoFixed some bugs, improved the quality of some of the variables.
John Resig [Thu, 24 Aug 2006 19:43:21 +0000 (19:43 +0000)]
Fixed some bugs, improved the quality of some of the variables.

17 years agoAdded a bunch of fixes for AJAX timeouts, etc. in Safari.
John Resig [Tue, 22 Aug 2006 07:32:25 +0000 (07:32 +0000)]
Added a bunch of fixes for AJAX timeouts, etc. in Safari.

17 years agoAdded a step callback to be executed on every step of an fx animation.
John Resig [Tue, 22 Aug 2006 05:35:48 +0000 (05:35 +0000)]
Added a step callback to be executed on every step of an fx animation.

17 years agoUpdated the documentation parser to work with categories. Additionally, I updated...
John Resig [Tue, 22 Aug 2006 05:00:07 +0000 (05:00 +0000)]
Updated the documentation parser to work with categories. Additionally, I updated the copyright notice in the jQuery header and removed some extraneous whitespace from jQuery Lite.

17 years agoUpdated the licensing information.
John Resig [Mon, 21 Aug 2006 19:36:44 +0000 (19:36 +0000)]
Updated the licensing information.

17 years agoFixed issue with $( obj, jQuery ) breaking the original jQuery object.
John Resig [Sun, 20 Aug 2006 21:58:30 +0000 (21:58 +0000)]
Fixed issue with $( obj, jQuery ) breaking the original jQuery object.

17 years agoAdded .removeAttr().
John Resig [Fri, 18 Aug 2006 04:37:41 +0000 (04:37 +0000)]
Added .removeAttr().

17 years agoAdded support for :selected.
John Resig [Fri, 18 Aug 2006 04:27:57 +0000 (04:27 +0000)]
Added support for :selected.

17 years agoFixed an issue with how CSS property methods were being handled.
John Resig [Fri, 18 Aug 2006 04:13:13 +0000 (04:13 +0000)]
Fixed an issue with how CSS property methods were being handled.

17 years agoAdded a new clone function.
John Resig [Thu, 17 Aug 2006 05:14:50 +0000 (05:14 +0000)]
Added a new clone function.

17 years agoMade some minor fixes to how content-type and context is handled on remote XML files.
John Resig [Thu, 17 Aug 2006 05:11:34 +0000 (05:11 +0000)]
Made some minor fixes to how content-type and context is handled on remote XML files.

17 years agoAdded in a mess of AJAX fixes and optimisations, made possible by Taku Sano. On top...
John Resig [Thu, 17 Aug 2006 04:18:32 +0000 (04:18 +0000)]
Added in a mess of AJAX fixes and optimisations, made possible by Taku Sano. On top of his patch I touched up some of the code, made some bug fixes, and added some additional functionality (including the ability to load and eval a remote script file.

17 years agoA bunch of fixes for thead/tbody related bugs.
John Resig [Thu, 17 Aug 2006 03:08:13 +0000 (03:08 +0000)]
A bunch of fixes for thead/tbody related bugs.

17 years agoFixed the issue with queued effects becoming corrupted.
John Resig [Thu, 17 Aug 2006 02:38:34 +0000 (02:38 +0000)]
Fixed the issue with queued effects becoming corrupted.

17 years agoUpdated the README to be more explanatory.
John Resig [Wed, 16 Aug 2006 21:20:38 +0000 (21:20 +0000)]
Updated the README to be more explanatory.

17 years agoAdded in a new Ant build script.
John Resig [Wed, 16 Aug 2006 21:14:03 +0000 (21:14 +0000)]
Added in a new Ant build script.

17 years agoAdded fix for multiple attribute selectors w/ test cases.
John Resig [Tue, 15 Aug 2006 04:40:21 +0000 (04:40 +0000)]
Added fix for multiple attribute selectors w/ test cases.

17 years agoChanged the -n flag of cp to -f, not equivalent, but it gets the job done.
John Resig [Mon, 14 Aug 2006 03:54:44 +0000 (03:54 +0000)]
Changed the -n flag of cp to -f, not equivalent, but it gets the job done.

17 years agoFixed some formatting errors with the output of lite.
John Resig [Mon, 14 Aug 2006 02:17:22 +0000 (02:17 +0000)]
Fixed some formatting errors with the output of lite.

17 years agoAdded a README file to help explain the new build process.
John Resig [Mon, 14 Aug 2006 02:00:28 +0000 (02:00 +0000)]
Added a README file to help explain the new build process.

17 years agoAdded the new pack script.
John Resig [Mon, 14 Aug 2006 01:49:14 +0000 (01:49 +0000)]
Added the new pack script.

17 years agoAdded additional changes to the test suite.
John Resig [Mon, 14 Aug 2006 01:47:47 +0000 (01:47 +0000)]
Added additional changes to the test suite.

17 years agoMassive overhauls to the test suite - it is now generated dynamically, along with...
John Resig [Mon, 14 Aug 2006 01:46:05 +0000 (01:46 +0000)]
Massive overhauls to the test suite - it is now generated dynamically, along with the documentation.

17 years agoRemoved the lib directory, will be generated automatically.
John Resig [Sun, 13 Aug 2006 21:09:19 +0000 (21:09 +0000)]
Removed the lib directory, will be generated automatically.

17 years agoMoved the test directory.
John Resig [Sun, 13 Aug 2006 20:01:26 +0000 (20:01 +0000)]
Moved the test directory.

17 years agoQuick change to the license.
John Resig [Sun, 13 Aug 2006 19:12:58 +0000 (19:12 +0000)]
Quick change to the license.

17 years agoMore fixes to the build system.
John Resig [Sun, 13 Aug 2006 19:08:39 +0000 (19:08 +0000)]
More fixes to the build system.

17 years agoMade a bunch of changes to the build system.
John Resig [Sun, 13 Aug 2006 18:58:58 +0000 (18:58 +0000)]
Made a bunch of changes to the build system.

17 years agoRemoved old docs directory.
John Resig [Sun, 13 Aug 2006 18:39:29 +0000 (18:39 +0000)]
Removed old docs directory.

17 years agoMoved docs stuff to build, to be created when the docs are actually built.
John Resig [Sun, 13 Aug 2006 18:38:51 +0000 (18:38 +0000)]
Moved docs stuff to build, to be created when the docs are actually built.

17 years agoUpdated the doc js to remove old code.
John Resig [Sun, 13 Aug 2006 18:36:50 +0000 (18:36 +0000)]
Updated the doc js to remove old code.

17 years agoMoved the plugins down a level.
John Resig [Sun, 13 Aug 2006 17:30:41 +0000 (17:30 +0000)]
Moved the plugins down a level.

17 years agoBuilt files accidentally included.
John Resig [Sun, 13 Aug 2006 15:28:35 +0000 (15:28 +0000)]
Built files accidentally included.

17 years agoAdded the new Makefile.
John Resig [Sun, 13 Aug 2006 15:26:26 +0000 (15:26 +0000)]
Added the new Makefile.

17 years agoMoved the tests into jQuery proper.
John Resig [Sun, 13 Aug 2006 15:24:52 +0000 (15:24 +0000)]
Moved the tests into jQuery proper.

17 years agoMoved some more files around.
John Resig [Sun, 13 Aug 2006 15:22:02 +0000 (15:22 +0000)]
Moved some more files around.

17 years agoMoved some more of the build files around.
John Resig [Sun, 13 Aug 2006 15:15:15 +0000 (15:15 +0000)]
Moved some more of the build files around.

17 years agoAdded the inital build directory.
John Resig [Sun, 13 Aug 2006 15:12:35 +0000 (15:12 +0000)]
Added the inital build directory.

17 years agoMoved plugins to the new plugin directory.
John Resig [Sun, 13 Aug 2006 14:52:14 +0000 (14:52 +0000)]
Moved plugins to the new plugin directory.

17 years agoCreated the new plugins directory.
John Resig [Sun, 13 Aug 2006 14:51:02 +0000 (14:51 +0000)]
Created the new plugins directory.

17 years agoMoved all the jQuery source to the new src directory.
John Resig [Sun, 13 Aug 2006 14:49:54 +0000 (14:49 +0000)]
Moved all the jQuery source to the new src directory.

17 years agoAdded the new src directory.
John Resig [Sun, 13 Aug 2006 14:46:11 +0000 (14:46 +0000)]
Added the new src directory.

17 years agoFirst commit of the new doc system.
John Resig [Sun, 13 Aug 2006 03:05:31 +0000 (03:05 +0000)]
First commit of the new doc system.

17 years agoFixed semicolon error in event.
John Resig [Sun, 13 Aug 2006 02:59:19 +0000 (02:59 +0000)]
Fixed semicolon error in event.

17 years agoApplied patch provided by Taku Sano fixing the compression errors.
John Resig [Sun, 13 Aug 2006 01:29:27 +0000 (01:29 +0000)]
Applied patch provided by Taku Sano fixing the compression errors.

17 years agoUpdated the docs for a number of methods.
John Resig [Sat, 12 Aug 2006 23:08:44 +0000 (23:08 +0000)]
Updated the docs for a number of methods.

17 years agoUpdated the build script to generate the docs too.
John Resig [Sat, 12 Aug 2006 23:08:16 +0000 (23:08 +0000)]
Updated the build script to generate the docs too.

17 years agoFixed some bugs with attribute handling.
John Resig [Wed, 9 Aug 2006 05:44:25 +0000 (05:44 +0000)]
Fixed some bugs with attribute handling.

17 years agoAdded all the new documentation files.
John Resig [Wed, 9 Aug 2006 05:44:05 +0000 (05:44 +0000)]
Added all the new documentation files.

17 years ago(no commit message)
Gilles van den Hoven [Tue, 1 Aug 2006 09:23:44 +0000 (09:23 +0000)]

17 years agoFixed issue with "to" macros.
John Resig [Tue, 1 Aug 2006 07:35:37 +0000 (07:35 +0000)]
Fixed issue with "to" macros.

17 years agoFixed two bugs with togglling.
John Resig [Sun, 30 Jul 2006 23:07:00 +0000 (23:07 +0000)]
Fixed two bugs with togglling.

17 years agoFixed the nested comment issue.
John Resig [Sun, 30 Jul 2006 04:21:39 +0000 (04:21 +0000)]
Fixed the nested comment issue.

17 years agoMassive documentation updates, only thing left to do is ajax.js.
John Resig [Sat, 29 Jul 2006 04:17:07 +0000 (04:17 +0000)]
Massive documentation updates, only thing left to do is ajax.js.

17 years agoFixed issue with hide() notn reverting back to the correct display type.
John Resig [Fri, 28 Jul 2006 04:54:50 +0000 (04:54 +0000)]
Fixed issue with hide() notn reverting back to the correct display type.

17 years agoAdded my one fun thing for the night: jQuery.each, inspired by Dean Edwards' work.
John Resig [Fri, 28 Jul 2006 04:39:22 +0000 (04:39 +0000)]
Added my one fun thing for the night: jQuery.each, inspired by Dean Edwards' work.

17 years agoFixed bug with parents/siblings, etc.
John Resig [Fri, 28 Jul 2006 04:06:35 +0000 (04:06 +0000)]
Fixed bug with parents/siblings, etc.

17 years agoFixed annoying $()/Array bug.
John Resig [Fri, 28 Jul 2006 03:32:43 +0000 (03:32 +0000)]
Fixed annoying $()/Array bug.

17 years agoMade some changes to the form plugin, to simplify it and bring it up to date.
John Resig [Wed, 26 Jul 2006 15:44:56 +0000 (15:44 +0000)]
Made some changes to the form plugin, to simplify it and bring it up to date.

17 years agoEvents that fire after the browser has already moved to another page no longer fire...
John Resig [Tue, 25 Jul 2006 20:20:18 +0000 (20:20 +0000)]
Events that fire after the browser has already moved to another page no longer fire incorrectly.

17 years agoFixed width/height animations don't lapse back to auto. There's no longer a flicker...
John Resig [Mon, 24 Jul 2006 06:06:59 +0000 (06:06 +0000)]
Fixed width/height animations don't lapse back to auto. There's no longer a 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.

17 years agoMake sure that camel case is passed in to currentStyle.
John Resig [Mon, 24 Jul 2006 03:56:46 +0000 (03:56 +0000)]
Make sure that camel case is passed in to currentStyle.

17 years agoFixed the opacity problems with IE & animations.
John Resig [Mon, 24 Jul 2006 03:50:15 +0000 (03:50 +0000)]
Fixed the opacity problems with IE & animations.

17 years agoIE flicker has been killed and setAuto now works in Firefox and IE.
John Resig [Mon, 24 Jul 2006 03:09:35 +0000 (03:09 +0000)]
IE flicker has been killed and setAuto now works in Firefox and IE.

17 years agoAdded some memory leak protection.
John Resig [Mon, 17 Jul 2006 04:57:07 +0000 (04:57 +0000)]
Added some memory leak protection.

17 years agoMade a number of changes/improvements to how the effects are handled.
John Resig [Mon, 17 Jul 2006 04:33:16 +0000 (04:33 +0000)]
Made a number of changes/improvements to how the effects are handled.

17 years agoFixed flickering an auto in all browsers but IE.
John Resig [Mon, 17 Jul 2006 03:40:18 +0000 (03:40 +0000)]
Fixed flickering an auto in all browsers but IE.

17 years agoFixed issue with broken .trigger().
John Resig [Mon, 17 Jul 2006 02:08:00 +0000 (02:08 +0000)]
Fixed issue with broken .trigger().

17 years agoAdded fix for dealing with IE dom ready on https.
John Resig [Mon, 17 Jul 2006 02:05:04 +0000 (02:05 +0000)]
Added fix for dealing with IE dom ready on https.

17 years agoMinor bug fixes.
John Resig [Mon, 17 Jul 2006 01:49:55 +0000 (01:49 +0000)]
Minor bug fixes.

17 years agoAdded overflow fix.
John Resig [Sun, 16 Jul 2006 20:57:18 +0000 (20:57 +0000)]
Added overflow fix.

17 years agoAdded some .css() fixes.
John Resig [Sun, 16 Jul 2006 20:10:37 +0000 (20:10 +0000)]
Added some .css() fixes.

17 years agoChanged how the new parser works and fixed a bug with :hidden/:visible.
John Resig [Sun, 16 Jul 2006 19:39:07 +0000 (19:39 +0000)]
Changed how the new parser works and fixed a bug with :hidden/:visible.

17 years agoMade the parsing engine extensible.
John Resig [Sun, 16 Jul 2006 18:23:09 +0000 (18:23 +0000)]
Made the parsing engine extensible.

17 years agoFixed issues with oneEvent events.
John Resig [Sun, 16 Jul 2006 00:52:30 +0000 (00:52 +0000)]
Fixed issues with oneEvent events.

17 years agoSome more quick fixes.
John Resig [Sat, 15 Jul 2006 01:00:19 +0000 (01:00 +0000)]
Some more quick fixes.