jquery.git
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.

17 years agoCommented show, hide, toggle, addClass, removeClass, toggleClass, empty, bind, unbind...
Yehuda Katz [Fri, 14 Jul 2006 03:05:52 +0000 (03:05 +0000)]
Commented show, hide, toggle, addClass, removeClass, toggleClass, empty, bind, unbind, trigger

TODO: remove

17 years agoAdded a fix for the context of events.
John Resig [Thu, 13 Jul 2006 19:53:04 +0000 (19:53 +0000)]
Added a fix for the context of events.

17 years agoCommented parent, ancestors, parents, next, prev, and siblings.
Yehuda Katz [Thu, 13 Jul 2006 04:37:06 +0000 (04:37 +0000)]
Commented parent, ancestors, parents, next, prev, and siblings.

Previously commented filter, not, and add

17 years ago(no commit message)
Yehuda Katz [Thu, 13 Jul 2006 04:21:15 +0000 (04:21 +0000)]

17 years agoTest Commit.
John Resig [Thu, 13 Jul 2006 04:05:08 +0000 (04:05 +0000)]
Test Commit.

17 years agoMore bug fixes and added documentation - passes the test suite now.
John Resig [Mon, 10 Jul 2006 03:20:56 +0000 (03:20 +0000)]
More bug fixes and added documentation - passes the test suite now.

17 years agoAnother massive commit - lots of changes, additions, removals - and more documentation.
John Resig [Sun, 9 Jul 2006 20:49:40 +0000 (20:49 +0000)]
Another massive commit - lots of changes, additions, removals - and more documentation.

17 years agoFirst batch of doc/commenting additions.
John Resig [Sat, 8 Jul 2006 21:15:08 +0000 (21:15 +0000)]
First batch of doc/commenting additions.

17 years agoAdded document.ready shortcut to $().
John Resig [Fri, 7 Jul 2006 00:31:27 +0000 (00:31 +0000)]
Added document.ready shortcut to $().

17 years agoFixed a bug where nothing was passed in to $(), it would bomb out.
John Resig [Thu, 6 Jul 2006 22:09:39 +0000 (22:09 +0000)]
Fixed a bug where nothing was passed in to $(), it would bomb out.

17 years agoFixed a bug with how pushStack was checking for arrays.
John Resig [Thu, 6 Jul 2006 20:48:38 +0000 (20:48 +0000)]
Fixed a bug with how pushStack was checking for arrays.

17 years agoFinally squared away the latest pushStack revisions and $()[] code. jQuery is now...
John Resig [Thu, 6 Jul 2006 19:59:16 +0000 (19:59 +0000)]
Finally squared away the latest pushStack revisions and $()[] code. jQuery is now an array! and it's non-destructive, if you want it to be!

17 years agoFixed a bug with space-less [@foo*=bar].
John Resig [Thu, 6 Jul 2006 16:04:12 +0000 (16:04 +0000)]
Fixed a bug with space-less [@foo*=bar].

17 years agoBug fix with how global event triggers are handled.
John Resig [Thu, 6 Jul 2006 14:50:56 +0000 (14:50 +0000)]
Bug fix with how global event triggers are handled.

17 years agoAdded in support for global event triggering.
John Resig [Thu, 6 Jul 2006 05:43:26 +0000 (05:43 +0000)]
Added in support for global event triggering.

17 years agoAdded a bunch of improved support for DOM Element arrays - along with a new $.A(...
John Resig [Thu, 6 Jul 2006 05:16:39 +0000 (05:16 +0000)]
Added a bunch of improved support for DOM Element arrays - along with a new $.A( ... ) function.

17 years agoMulti-filtering is now in place, you can do:
John Resig [Wed, 5 Jul 2006 17:12:35 +0000 (17:12 +0000)]
Multi-filtering is now in place, you can do:
$("div").filter(".this,.or,.that")
and find all elements that match any of the three expressions.

17 years agoFixed a problem with incorrect height/width being reported both in quirks mode (in...
John Resig [Wed, 5 Jul 2006 04:14:46 +0000 (04:14 +0000)]
Fixed a problem with incorrect height/width being reported both in quirks mode (in IE) and by the box model. Also added a nice new $.swap() scoping function.

17 years ago.remove() is no longer destructive (so that appendTo can be used later).
John Resig [Wed, 5 Jul 2006 02:09:38 +0000 (02:09 +0000)]
.remove() is no longer destructive (so that appendTo can be used later).

17 years agoAdded a fix for the hover mouseover/mouseout problem.
John Resig [Wed, 5 Jul 2006 02:07:20 +0000 (02:07 +0000)]
Added a fix for the hover mouseover/mouseout problem.

17 years agoFixed the stupid parent() bug.
John Resig [Wed, 5 Jul 2006 02:03:38 +0000 (02:03 +0000)]
Fixed the stupid parent() bug.

17 years agoFixed the issue with .text() returning incorrect results.
John Resig [Wed, 5 Jul 2006 02:01:24 +0000 (02:01 +0000)]
Fixed the issue with .text() returning incorrect results.

17 years agoFixed the document.ready addEventListener issue.
John Resig [Wed, 5 Jul 2006 01:48:00 +0000 (01:48 +0000)]
Fixed the document.ready addEventListener issue.

17 years agoAdded a possible fix for document.ready on https: sites, in IE.
John Resig [Wed, 5 Jul 2006 01:42:12 +0000 (01:42 +0000)]
Added a possible fix for document.ready on https: sites, in IE.

17 years agoFixed a bug with $.map() and undefined values.
John Resig [Tue, 4 Jul 2006 04:37:09 +0000 (04:37 +0000)]
Fixed a bug with $.map() and undefined values.

17 years agoAdded a fix for IE for binding events onto IFrame content.
John Resig [Tue, 4 Jul 2006 02:19:41 +0000 (02:19 +0000)]
Added a fix for IE for binding events onto IFrame content.

17 years agoForgot to check for the non-existance of a complete function.
John Resig [Tue, 4 Jul 2006 01:23:46 +0000 (01:23 +0000)]
Forgot to check for the non-existance of a complete function.

17 years agoHelp to squelch unnecessary Mozilla exceptions.
John Resig [Tue, 4 Jul 2006 01:23:18 +0000 (01:23 +0000)]
Help to squelch unnecessary Mozilla exceptions.

17 years agoAdded in a couple AJAX fixes for status and content-type.
John Resig [Tue, 4 Jul 2006 00:42:57 +0000 (00:42 +0000)]
Added in a couple AJAX fixes for status and content-type.

17 years agoMade a bunch of changes to the way that the $() compatability code is handled.
John Resig [Mon, 3 Jul 2006 22:31:37 +0000 (22:31 +0000)]
Made a bunch of changes to the way that the $() compatability code is handled.

17 years agoFix jQuery.httpData to allow forcing of text data
Michael Geary [Sun, 2 Jul 2006 02:11:37 +0000 (02:11 +0000)]
Fix jQuery.httpData to allow forcing of text data

17 years agoGetting ready for 1.0a.
John Resig [Sat, 1 Jul 2006 14:05:50 +0000 (14:05 +0000)]
Getting ready for 1.0a.

17 years agoBah i need some sleep...
Gilles van den Hoven [Tue, 27 Jun 2006 21:36:45 +0000 (21:36 +0000)]
Bah i need some sleep...

17 years agobah, forgot to test it, this is the fix
Gilles van den Hoven [Tue, 27 Jun 2006 21:26:25 +0000 (21:26 +0000)]
bah, forgot to test it, this is the fix

17 years agofix for $.fn.serialize bug (see mailinglist)
Gilles van den Hoven [Tue, 27 Jun 2006 20:56:51 +0000 (20:56 +0000)]
fix for $.fn.serialize bug (see mailinglist)

17 years agosee mailnglist
Gilles van den Hoven [Sat, 24 Jun 2006 14:10:12 +0000 (14:10 +0000)]
see mailnglist

17 years agoForgot to change $.apply() to fn.apply().
John Resig [Fri, 23 Jun 2006 14:11:39 +0000 (14:11 +0000)]
Forgot to change $.apply() to fn.apply().

17 years agoMade some tweaks to the different AJAX callbacks.
John Resig [Thu, 22 Jun 2006 22:25:03 +0000 (22:25 +0000)]
Made some tweaks to the different AJAX callbacks.

17 years agoAdded in both of Franck's suggested fixes jQuery.class and "foo" + "bar".split(",").
John Resig [Thu, 22 Jun 2006 21:37:18 +0000 (21:37 +0000)]
Added in both of Franck's suggested fixes jQuery.class and "foo" + "bar".split(",").

17 years agoUpdated global namespaces.
John Resig [Thu, 22 Jun 2006 20:14:41 +0000 (20:14 +0000)]
Updated global namespaces.

17 years agoOrganized the event functions.
John Resig [Thu, 22 Jun 2006 13:25:21 +0000 (13:25 +0000)]
Organized the event functions.

17 years agoHappy 100th commit, jQuery!
John Resig [Thu, 22 Jun 2006 05:26:26 +0000 (05:26 +0000)]
Happy 100th commit, jQuery!

17 years agoMassive update, bugs, filesize, new features - getting ready for 1.0.
John Resig [Thu, 22 Jun 2006 05:23:38 +0000 (05:23 +0000)]
Massive update, bugs, filesize, new features - getting ready for 1.0.

17 years agoDid a lot of work on the form plugin. Re-worked the function names, documentation...
John Resig [Thu, 22 Jun 2006 03:03:44 +0000 (03:03 +0000)]
Did a lot of work on the form plugin. Re-worked the function names, documentation, fixed some bugs - generally made things much more explicit and easier to understand.

17 years agoupdated the builders with form.js
Gilles van den Hoven [Wed, 21 Jun 2006 10:08:57 +0000 (10:08 +0000)]
updated the builders with form.js

17 years agoadded the form functions from my latest complete version (rev 81)
Gilles van den Hoven [Wed, 21 Jun 2006 10:08:13 +0000 (10:08 +0000)]
added the form functions from my latest complete version (rev 81)

17 years agoThere was an issue with my table/tbody detection.
John Resig [Tue, 20 Jun 2006 15:42:10 +0000 (15:42 +0000)]
There was an issue with my table/tbody detection.

17 years agoThe AJAX plugin is now fully documented, along with some bug fixes and new features.
John Resig [Mon, 19 Jun 2006 01:29:54 +0000 (01:29 +0000)]
The AJAX plugin is now fully documented, along with some bug fixes and new features.

17 years agoI've cleaned up and documented the events plugin, it's close to being ready for 1.0.
John Resig [Mon, 19 Jun 2006 00:12:14 +0000 (00:12 +0000)]
I've cleaned up and documented the events plugin, it's close to being ready for 1.0.

17 years agoStarted the form plugin, moving stuff from AJAX over to it.
John Resig [Sun, 18 Jun 2006 23:34:09 +0000 (23:34 +0000)]
Started the form plugin, moving stuff from AJAX over to it.

17 years agoFixed the double-firing IE bug. (Ticket #13)
John Resig [Sun, 18 Jun 2006 01:50:12 +0000 (01:50 +0000)]
Fixed the double-firing IE bug. (Ticket #13)

17 years agoImproved the robustness of the response codes based upon what's in Dojo. (Ticket...
John Resig [Sun, 18 Jun 2006 01:42:41 +0000 (01:42 +0000)]
Improved the robustness of the response codes based upon what's in Dojo. (Ticket #14)

17 years agoOperation "Remove JSLint Changes" has begun.
John Resig [Sun, 18 Jun 2006 01:29:53 +0000 (01:29 +0000)]
Operation "Remove JSLint Changes" has begun.

17 years agoChanged border stuff to borderTopWidth (Ticket #9)
John Resig [Sun, 18 Jun 2006 01:23:08 +0000 (01:23 +0000)]
Changed border stuff to borderTopWidth (Ticket #9)

17 years ago$.getCSS (see bug #11)
Gilles van den Hoven [Sat, 17 Jun 2006 09:10:45 +0000 (09:10 +0000)]
$.getCSS (see bug #11)

17 years agoTest commit.
Stefan Petre [Fri, 16 Jun 2006 14:23:33 +0000 (14:23 +0000)]
Test commit.

17 years agoDOMContentLoaded works in Opera 9b2+, so I have it firing for that now too - the...
John Resig [Fri, 16 Jun 2006 04:23:30 +0000 (04:23 +0000)]
DOMContentLoaded works in Opera 9b2+, so I have it firing for that now too - the means that there is a DOM Ready solution for every major browser! (Older version of Opera simply fallback to window.onload)