jquery.git
17 years agoAdded test for #968
Jörn Zaefferer [Sun, 25 Mar 2007 11:04:28 +0000 (11:04 +0000)]
Added test for #968

17 years agoAdded test for #970
Jörn Zaefferer [Sun, 25 Mar 2007 10:55:22 +0000 (10:55 +0000)]
Added test for #970

17 years agoFixed docs for ajax timouet to mention that its in milliseconds
Jörn Zaefferer [Sun, 25 Mar 2007 10:52:40 +0000 (10:52 +0000)]
Fixed docs for ajax timouet to mention that its in milliseconds

17 years agoAdded test for #975, so far it passes only in opera
Jörn Zaefferer [Sun, 25 Mar 2007 10:45:20 +0000 (10:45 +0000)]
Added test for #975, so far it passes only in opera

17 years agoAdded a not-yet-failing testcase for #1054
Jörn Zaefferer [Sun, 25 Mar 2007 10:34:03 +0000 (10:34 +0000)]
Added a not-yet-failing testcase for #1054

17 years agoAdded a not-yet-failing testcase for #1054
Jörn Zaefferer [Sun, 25 Mar 2007 10:30:59 +0000 (10:30 +0000)]
Added a not-yet-failing testcase for #1054

17 years ago(no commit message)
John Resig [Sun, 25 Mar 2007 02:45:12 +0000 (02:45 +0000)]

17 years agoAdded support for escaping selectors in ID and Classname queries (#143). You need...
John Resig [Sun, 25 Mar 2007 02:04:03 +0000 (02:04 +0000)]
Added support for escaping selectors in ID and Classname queries (#143). You need to be sure to double-escape selectors, though, as JavaScript requires it to get the right effect.

17 years agoAdded UTF8 Selector support (#1001) and fixed infinite selector loops (#1025). You...
John Resig [Sun, 25 Mar 2007 00:58:19 +0000 (00:58 +0000)]
Added UTF8 Selector support (#1001) and fixed infinite selector loops (#1025). You can now select elements by UTF8-based IDs, classes, and attributes.

17 years agoMerged my speed improvements into the jQuery core (is actually 200b smaller now!...
John Resig [Sat, 24 Mar 2007 21:55:03 +0000 (21:55 +0000)]
Merged my speed improvements into the jQuery core (is actually 200b smaller now!). Additionally, added in some better reporting to the test suite, and fixed a bug with how selector tests were performmed.

17 years agoSimplified the easing options - we now provide "swing" and "linear" (defaulting to...
John Resig [Sat, 24 Mar 2007 03:12:12 +0000 (03:12 +0000)]
Simplified the easing options - we now provide "swing" and "linear" (defaulting to "swing"). This is in response to #928.

17 years agoAdded a fix for #891 (Using a /foo selector within a non-document context.)
John Resig [Sat, 24 Mar 2007 03:00:03 +0000 (03:00 +0000)]
Added a fix for #891 (Using a /foo selector within a non-document context.)

17 years agoAdded fix for #986 (ID selector within an element that doesn't exist).
John Resig [Sat, 24 Mar 2007 02:54:24 +0000 (02:54 +0000)]
Added fix for #986 (ID selector within an element that doesn't exist).

17 years agoAdded support for comma-separated .is(), touched up the test cases. Resolves #977.
John Resig [Sat, 24 Mar 2007 02:44:41 +0000 (02:44 +0000)]
Added support for comma-separated .is(), touched up the test cases. Resolves #977.

17 years agoAn Ajax-based test was being run locally (which doesn't work).
John Resig [Sat, 24 Mar 2007 02:07:37 +0000 (02:07 +0000)]
An Ajax-based test was being run locally (which doesn't work).

17 years agoAdded a fix and test for bug #978 (Appending elements into an IFrame, in IE).
John Resig [Sat, 24 Mar 2007 02:03:47 +0000 (02:03 +0000)]
Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).

17 years agoUpdate to fix for #1064 and tests
Brandon Aaron [Thu, 22 Mar 2007 01:37:28 +0000 (01:37 +0000)]
Update to fix for #1064 and tests

17 years agoThat should have been a string, not a number
Brandon Aaron [Wed, 21 Mar 2007 20:15:26 +0000 (20:15 +0000)]
That should have been a string, not a number

17 years agoFix for #1064 and added tests for setting/getting opacity
Brandon Aaron [Wed, 21 Mar 2007 20:10:04 +0000 (20:10 +0000)]
Fix for #1064 and added tests for setting/getting opacity

17 years agoOnly fadeIn/Out or slideUp/Down elements that are already hidden/visible (for #1051).
John Resig [Sun, 18 Mar 2007 18:52:09 +0000 (18:52 +0000)]
Only fadeIn/Out or slideUp/Down elements that are already hidden/visible (for #1051).

17 years agoFix for #953, use always GET for $.get
Jörn Zaefferer [Sat, 17 Mar 2007 14:18:06 +0000 (14:18 +0000)]
Fix for #953, use always GET for $.get

17 years agoAnimations now use a single interval timer, global for all animations. This severely...
John Resig [Sat, 17 Mar 2007 02:02:01 +0000 (02:02 +0000)]
Animations now use a single interval timer, global for all animations. This severely improves the performance and responsiveness of the animations in most browsers.

17 years agoForced the test suite into standards mode. Fixed some issues with how opacity was...
John Resig [Fri, 16 Mar 2007 20:37:10 +0000 (20:37 +0000)]
Forced the test suite into standards mode. Fixed some issues with how opacity was handled in IE. Fixed a number of IE fx bugs.

17 years agoRemoved some un-needed code from css() and fixed a bug with how Safari handles childN...
John Resig [Fri, 16 Mar 2007 04:32:37 +0000 (04:32 +0000)]
Removed some un-needed code from css() and fixed a bug with how Safari handles childNodes in makeArray.

17 years agoAdded a test for bug #997.
John Resig [Fri, 16 Mar 2007 00:05:38 +0000 (00:05 +0000)]
Added a test for bug #997.

17 years agoAdded all the tests for isFunction, fixed bug #1026.
John Resig [Fri, 16 Mar 2007 00:00:46 +0000 (00:00 +0000)]
Added all the tests for isFunction, fixed bug #1026.

17 years agoAdded an initial version of the new animation test suite. (You should never see red...
John Resig [Thu, 15 Mar 2007 17:09:29 +0000 (17:09 +0000)]
Added an initial version of the new animation test suite. (You should never see red on the suite page - an error message will be generated wherever possible.)

17 years agoA pack of animation fixes for #24, #260, #744, #799, #1003, and #1021.
John Resig [Thu, 15 Mar 2007 16:54:13 +0000 (16:54 +0000)]
A pack of animation fixes for #24, #260, #744, #799, #1003, and #1021.

17 years agoFix for Rev 1511
Brandon Aaron [Sun, 11 Mar 2007 20:03:45 +0000 (20:03 +0000)]
Fix for Rev 1511

17 years agoClean up for revision 1462: "Fix for Safari crashes when doing DOM Manipulations...
Brandon Aaron [Fri, 9 Mar 2007 15:41:58 +0000 (15:41 +0000)]
Clean up for revision 1462: "Fix for Safari crashes when doing DOM Manipulations" to use jQuery.makeArray

17 years agoFix generic event handler and $events expando removal for IE
Brandon Aaron [Mon, 5 Mar 2007 17:42:12 +0000 (17:42 +0000)]
Fix generic event handler and $events expando removal for IE

17 years agoFix generic event handler and $events expando removal for IE
Brandon Aaron [Mon, 5 Mar 2007 17:34:17 +0000 (17:34 +0000)]
Fix generic event handler and $events expando removal for IE

17 years agoFix for bug #962.
John Resig [Thu, 1 Mar 2007 05:16:34 +0000 (05:16 +0000)]
Fix for bug #962.

17 years agoCleaned up how event removing was handled. All expandos are now removed when they...
John Resig [Thu, 1 Mar 2007 04:54:51 +0000 (04:54 +0000)]
Cleaned up how event removing was handled. All expandos are now removed when they are no longer needed. Additionally, a bug where all events are unbound if an incorrect event handler is provided, was fixed.

17 years agoDisabled the test suite in Safari.
John Resig [Wed, 28 Feb 2007 16:59:36 +0000 (16:59 +0000)]
Disabled the test suite in Safari.

17 years agoFix for Safari crashes when doing DOM Manipulations
Brandon Aaron [Wed, 28 Feb 2007 14:27:06 +0000 (14:27 +0000)]
Fix for Safari crashes when doing DOM Manipulations

17 years agoRemoved docs breaking xml docs
Jörn Zaefferer [Tue, 27 Feb 2007 22:13:43 +0000 (22:13 +0000)]
Removed docs breaking xml docs

17 years agoWe're now at version 1.1.2.
John Resig [Tue, 27 Feb 2007 22:00:31 +0000 (22:00 +0000)]
We're now at version 1.1.2.

17 years agoFixed list of destructive methods in end() docs
Jörn Zaefferer [Tue, 27 Feb 2007 21:58:14 +0000 (21:58 +0000)]
Fixed list of destructive methods in end() docs

17 years agoBackported wiki changes from http://docs.jquery.com/API/1.1.1/JavaScript
Jörn Zaefferer [Tue, 27 Feb 2007 21:51:49 +0000 (21:51 +0000)]
Backported wiki changes from docs.jquery.com/API/1.1.1/JavaScript

17 years agoBackported wiki changes from http://docs.jquery.com/API/1.1.1/Ajax
Jörn Zaefferer [Tue, 27 Feb 2007 21:49:54 +0000 (21:49 +0000)]
Backported wiki changes from docs.jquery.com/API/1.1.1/Ajax

17 years agoBackported wiki changes from http://docs.jquery.com/API/1.1.1/Effects
Jörn Zaefferer [Tue, 27 Feb 2007 21:44:57 +0000 (21:44 +0000)]
Backported wiki changes from docs.jquery.com/API/1.1.1/Effects

17 years agoBackported wiki changes from http://docs.jquery.com/API/1.1.1/Events
Jörn Zaefferer [Tue, 27 Feb 2007 21:43:08 +0000 (21:43 +0000)]
Backported wiki changes from docs.jquery.com/API/1.1.1/Events

17 years agoBackported wiki changes from http://docs.jquery.com/API/1.1.1/CSS
Jörn Zaefferer [Tue, 27 Feb 2007 21:33:27 +0000 (21:33 +0000)]
Backported wiki changes from docs.jquery.com/API/1.1.1/CSS

17 years agoBackported wiki changes from http://docs.jquery.com/API/1.1.1/DOM/Traversing
Jörn Zaefferer [Tue, 27 Feb 2007 21:32:28 +0000 (21:32 +0000)]
Backported wiki changes from docs.jquery.com/API/1.1.1/DOM/Traversing

17 years agoBackported wiki changes from http://docs.jquery.com/API/1.1.1/DOM/Attributes
Jörn Zaefferer [Tue, 27 Feb 2007 21:19:11 +0000 (21:19 +0000)]
Backported wiki changes from docs.jquery.com/API/1.1.1/DOM/Attributes

17 years agoBackported wiki changes from http://docs.jquery.com/API/1.1.1/Core
Jörn Zaefferer [Tue, 27 Feb 2007 21:10:40 +0000 (21:10 +0000)]
Backported wiki changes from docs.jquery.com/API/1.1.1/Core

17 years agoReverting my packer changes - need more testing.
John Resig [Tue, 27 Feb 2007 20:37:46 +0000 (20:37 +0000)]
Reverting my packer changes - need more testing.

17 years agoFix for #964
Brandon Aaron [Sun, 25 Feb 2007 19:36:29 +0000 (19:36 +0000)]
Fix for #964

17 years agoFix for #910
Brandon Aaron [Sun, 25 Feb 2007 19:12:07 +0000 (19:12 +0000)]
Fix for #910

17 years agoFix for #997
Brandon Aaron [Sun, 25 Feb 2007 17:40:27 +0000 (17:40 +0000)]
Fix for #997

17 years agoAdded change note for #979
Jörn Zaefferer [Sun, 25 Feb 2007 13:28:56 +0000 (13:28 +0000)]
Added change note for #979

17 years agoFix for #979
Jörn Zaefferer [Sun, 25 Feb 2007 13:27:29 +0000 (13:27 +0000)]
Fix for #979

17 years agoA small fix that makes the Packer compressor about 10% more efficient.
John Resig [Sun, 25 Feb 2007 07:11:59 +0000 (07:11 +0000)]
A small fix that makes the Packer compressor about 10% more efficient.

17 years agoUpdated the ChangeLog to be a standard wiki format and included the 1.1.1 changelog.
John Resig [Sun, 25 Feb 2007 04:31:28 +0000 (04:31 +0000)]
Updated the ChangeLog to be a standard wiki format and included the 1.1.1 changelog.

17 years agoFix for #921
Brandon Aaron [Fri, 23 Feb 2007 04:47:24 +0000 (04:47 +0000)]
Fix for #921

17 years ago* Fixed IE ID selectors selecting by the name attribute and added tests
Brandon Aaron [Fri, 23 Feb 2007 02:53:22 +0000 (02:53 +0000)]
* Fixed IE ID selectors selecting by the name attribute and added tests
* Added href attribute test to test suite
* Updated Changelog

17 years agoAdded a test case for bug #986.
John Resig [Thu, 22 Feb 2007 21:54:56 +0000 (21:54 +0000)]
Added a test case for bug #986.

17 years agoAdded fix notes
Jörn Zaefferer [Thu, 22 Feb 2007 20:53:41 +0000 (20:53 +0000)]
Added fix notes

17 years agoFix for #991
Jörn Zaefferer [Thu, 22 Feb 2007 20:37:37 +0000 (20:37 +0000)]
Fix for #991

17 years agoAdded test for #977
Jörn Zaefferer [Mon, 19 Feb 2007 15:44:12 +0000 (15:44 +0000)]
Added test for #977

17 years agoAdded a bunch of points to the 1.1.2 changelog.
John Resig [Sun, 18 Feb 2007 23:27:48 +0000 (23:27 +0000)]
Added a bunch of points to the 1.1.2 changelog.

17 years agoFix for bug #959, maintaining a list of event handlers on the 'events' property was...
John Resig [Sun, 18 Feb 2007 22:17:28 +0000 (22:17 +0000)]
Fix for bug #959, maintaining a list of event handlers on the 'events' property was causing problems with elements whom had that ID.

17 years agoMinor update to the year of the MIT License.
John Resig [Sun, 18 Feb 2007 06:54:13 +0000 (06:54 +0000)]
Minor update to the year of the MIT License.

17 years agoAdded a header for 1.2.
John Resig [Sun, 18 Feb 2007 06:49:00 +0000 (06:49 +0000)]
Added a header for 1.2.

17 years agoRemoving fix for #910 causing Safari to crash
Brandon Aaron [Sat, 17 Feb 2007 20:58:04 +0000 (20:58 +0000)]
Removing fix for #910 causing Safari to crash

17 years agoRolling back fix for #914 due to firefox double evaling scripts
Brandon Aaron [Sat, 17 Feb 2007 20:34:15 +0000 (20:34 +0000)]
Rolling back fix for #914 due to firefox double evaling scripts

17 years agoFixed a problem with the Makefile, fx wasn't being included in the build.
John Resig [Thu, 15 Feb 2007 18:01:00 +0000 (18:01 +0000)]
Fixed a problem with the Makefile, fx wasn't being included in the build.

17 years agoAdded support for making a minified version of jQuery.
John Resig [Thu, 15 Feb 2007 15:19:07 +0000 (15:19 +0000)]
Added support for making a minified version of jQuery.

17 years agoUpdate for src and href attribute selectors fix
Brandon Aaron [Wed, 14 Feb 2007 01:49:28 +0000 (01:49 +0000)]
Update for src and href attribute selectors fix

17 years agoImproved jQuery.prop to handle "px" on computed values
Jörn Zaefferer [Tue, 13 Feb 2007 22:41:58 +0000 (22:41 +0000)]
Improved jQuery.prop to handle "px" on computed values

17 years agoFixed some bugs with building jQuery - it required that you were in a directory named...
John Resig [Tue, 13 Feb 2007 19:43:44 +0000 (19:43 +0000)]
Fixed some bugs with building jQuery - it required that you were in a directory named 'jquery' in order to build properly.

17 years agoFix the ^= type attribute selector in firefox for href.
Brandon Aaron [Tue, 13 Feb 2007 19:06:38 +0000 (19:06 +0000)]
Fix the ^= type attribute selector in firefox for href.

17 years ago(no commit message)
Brandon Aaron [Sat, 10 Feb 2007 22:04:07 +0000 (22:04 +0000)]

17 years agoGet actual values for attributes in IE and fix #910 so that it does not crash safari
Brandon Aaron [Fri, 9 Feb 2007 19:52:31 +0000 (19:52 +0000)]
Get actual values for attributes in IE and fix #910 so that it does not crash safari

17 years agoFix for #910, for real this time.
Brandon Aaron [Thu, 8 Feb 2007 21:59:50 +0000 (21:59 +0000)]
Fix for #910, for real this time.

17 years agoFix for #849
Brandon Aaron [Wed, 7 Feb 2007 19:51:59 +0000 (19:51 +0000)]
Fix for #849

17 years agoFix for #914.
Brandon Aaron [Wed, 7 Feb 2007 15:20:30 +0000 (15:20 +0000)]
Fix for #914.

17 years agoFix for #910
Brandon Aaron [Wed, 7 Feb 2007 15:06:49 +0000 (15:06 +0000)]
Fix for #910

17 years agoFix for #745
Brandon Aaron [Wed, 7 Feb 2007 14:56:35 +0000 (14:56 +0000)]
Fix for #745

17 years agoAdded equals helper for easier debugging of failed tests, soon to be used more often...
Jörn Zaefferer [Tue, 6 Feb 2007 11:55:44 +0000 (11:55 +0000)]
Added equals helper for easier debugging of failed tests, soon to be used more often, see coreTest.js attr(String) for an example

17 years agoFix for #907
Jörn Zaefferer [Mon, 5 Feb 2007 20:16:46 +0000 (20:16 +0000)]
Fix for #907

17 years agoFixed toggle() test to exclude konquerer
Jörn Zaefferer [Mon, 5 Feb 2007 19:12:23 +0000 (19:12 +0000)]
Fixed toggle() test to exclude konquerer

17 years agoFixed the ~ selector - it was selecting in the wrong direction.
John Resig [Sun, 4 Feb 2007 16:51:34 +0000 (16:51 +0000)]
Fixed the ~ selector - it was selecting in the wrong direction.

17 years agoSmall optimization to jQuery.prop, saving 2 or 3 bytes
Jörn Zaefferer [Sat, 3 Feb 2007 19:32:16 +0000 (19:32 +0000)]
Small optimization to jQuery.prop, saving 2 or 3 bytes

17 years agoFixed docs for trigger, describing the second argument.
Jörn Zaefferer [Wed, 31 Jan 2007 22:04:30 +0000 (22:04 +0000)]
Fixed docs for trigger, describing the second argument.

17 years agoAdded test for #745
Jörn Zaefferer [Wed, 31 Jan 2007 21:56:32 +0000 (21:56 +0000)]
Added test for #745

17 years agoFixed #874
Jörn Zaefferer [Wed, 31 Jan 2007 21:48:14 +0000 (21:48 +0000)]
Fixed #874

17 years agoFix for #883
Jörn Zaefferer [Wed, 31 Jan 2007 21:36:48 +0000 (21:36 +0000)]
Fix for #883

17 years agoAdded test for #891
Jörn Zaefferer [Wed, 31 Jan 2007 21:25:58 +0000 (21:25 +0000)]
Added test for #891

17 years agoAdded test for #895
Jörn Zaefferer [Wed, 31 Jan 2007 21:19:35 +0000 (21:19 +0000)]
Added test for #895

17 years agoFix for #884
Jörn Zaefferer [Wed, 31 Jan 2007 21:14:33 +0000 (21:14 +0000)]
Fix for #884

17 years agoFix flicker in animations
Brandon Aaron [Wed, 31 Jan 2007 15:53:21 +0000 (15:53 +0000)]
Fix flicker in animations

17 years agoFix broken build system for lite and min tasks
Brandon Aaron [Wed, 31 Jan 2007 15:51:19 +0000 (15:51 +0000)]
Fix broken build system for lite and min tasks

17 years agoAdded plugin build script, very useful to test compressed plugins. Modified build...
Jörn Zaefferer [Mon, 29 Jan 2007 20:48:10 +0000 (20:48 +0000)]
Added plugin build script, very useful to test compressed plugins. Modified build files to allow that "external" build. Feel free to add your own plugin to the plugin build.

17 years agoRemoved tabs extra stuff from build file
Klaus Hartl [Thu, 25 Jan 2007 14:06:43 +0000 (14:06 +0000)]
Removed tabs extra stuff from build file

17 years agoRemoved unnecessary comment
Jörn Zaefferer [Tue, 23 Jan 2007 17:02:32 +0000 (17:02 +0000)]
Removed unnecessary comment

17 years agoFix/test for #861
Jörn Zaefferer [Tue, 23 Jan 2007 16:58:03 +0000 (16:58 +0000)]
Fix/test for #861

17 years agoExclude Opera from toggle test, too (#863)
Jörn Zaefferer [Tue, 23 Jan 2007 16:57:34 +0000 (16:57 +0000)]
Exclude Opera from toggle test, too (#863)

17 years agoRemoved another log statement; fixed add(Array) for IE (IE reports form.elements...
Jörn Zaefferer [Tue, 23 Jan 2007 14:46:19 +0000 (14:46 +0000)]
Removed another log statement; fixed add(Array) for IE (IE reports form.elements.nodeName == "FORM")