jquery.git
17 years agoFixed eval code (Thanks Fil)
Jörn Zaefferer [Wed, 10 Jan 2007 15:04:54 +0000 (15:04 +0000)]
Fixed eval code (Thanks Fil)

17 years agoDisable error reporting in PHP test files
Jörn Zaefferer [Wed, 10 Jan 2007 15:03:40 +0000 (15:03 +0000)]
Disable error reporting in PHP test files

17 years agoFixed tests for gt/lt
Jörn Zaefferer [Wed, 10 Jan 2007 11:11:04 +0000 (11:11 +0000)]
Fixed tests for gt/lt

17 years agoAdded tests for almost everything in jquery/jquery.js; fixed some docs and removed...
Jörn Zaefferer [Wed, 10 Jan 2007 11:08:54 +0000 (11:08 +0000)]
Added tests for almost everything in jquery/jquery.js; fixed some docs and removed the now useless docs for $(jQuery)

17 years agoFixed add to also create HTML on-the-fly by using jQuery() instead of jQuery.find()
Jörn Zaefferer [Wed, 10 Jan 2007 09:53:18 +0000 (09:53 +0000)]
Fixed add to also create HTML on-the-fly by using jQuery() instead of jQuery.find()

17 years agoAdded tests for add() and fixed #770
Jörn Zaefferer [Wed, 10 Jan 2007 09:37:22 +0000 (09:37 +0000)]
Added tests for add() and fixed #770

17 years agoFixed a bug with .append() and <td>/<tr>.
John Resig [Wed, 10 Jan 2007 07:00:02 +0000 (07:00 +0000)]
Fixed a bug with .append() and <td>/<tr>.

17 years agoMore jQuery.speed() fixes.
John Resig [Wed, 10 Jan 2007 01:06:22 +0000 (01:06 +0000)]
More jQuery.speed() fixes.

17 years agoFixed a bug in jQuery.speed(), when there's no properties provided.
John Resig [Wed, 10 Jan 2007 00:46:10 +0000 (00:46 +0000)]
Fixed a bug in jQuery.speed(), when there's no properties provided.

17 years agotypo
Jörn Zaefferer [Tue, 9 Jan 2007 21:21:01 +0000 (21:21 +0000)]
typo

17 years agoMoved event object docs to wiki
Jörn Zaefferer [Tue, 9 Jan 2007 19:54:21 +0000 (19:54 +0000)]
Moved event object docs to wiki

17 years agoRemoved duplicated show/hide/toggle, added test for toggle(), started documentation...
Jörn Zaefferer [Tue, 9 Jan 2007 17:15:22 +0000 (17:15 +0000)]
Removed duplicated show/hide/toggle, added test for toggle(), started documentation of event properties/methods

17 years agoAdded tests for comma-separated expressions in filter, not, parent, parents, siblings...
Jörn Zaefferer [Tue, 9 Jan 2007 16:14:22 +0000 (16:14 +0000)]
Added tests for comma-separated expressions in filter, not, parent, parents, siblings, prev and next.

17 years agoFixed .next() and .prev().
John Resig [Tue, 9 Jan 2007 15:44:24 +0000 (15:44 +0000)]
Fixed .next() and .prev().

17 years agoAdded test for next/prev
Jörn Zaefferer [Tue, 9 Jan 2007 15:27:00 +0000 (15:27 +0000)]
Added test for next/prev

17 years agoAdded test and fixed parents()
Jörn Zaefferer [Tue, 9 Jan 2007 15:19:40 +0000 (15:19 +0000)]
Added test and fixed parents()

17 years agoAdded support for (basic) nested parens and (basic) nested brackets. You can now...
John Resig [Tue, 9 Jan 2007 06:04:54 +0000 (06:04 +0000)]
Added support for (basic) nested parens and (basic) nested brackets. You can now do: div:not(.foo[a:not(.even)]) or div[p[a.even]].

17 years agoAdded test for toggleClass, fixed jQuery.className.has to accept both node and classN...
Jörn Zaefferer [Mon, 8 Jan 2007 16:12:20 +0000 (16:12 +0000)]
Added test for toggleClass, fixed jQuery.className.has to accept both node and className (#762)

17 years agoTouched up the changelog.
John Resig [Mon, 8 Jan 2007 06:08:37 +0000 (06:08 +0000)]
Touched up the changelog.

17 years agoWe're actually at Version 1.1a right now.
John Resig [Mon, 8 Jan 2007 04:51:39 +0000 (04:51 +0000)]
We're actually at Version 1.1a right now.

17 years agoPruned a lot of extra code out and improved how .html() works.
John Resig [Mon, 8 Jan 2007 02:39:10 +0000 (02:39 +0000)]
Pruned a lot of extra code out and improved how .html() works.

17 years ago.text( String ) now works as you'd expect it to, plus it's much faster and smaller...
John Resig [Mon, 8 Jan 2007 01:26:48 +0000 (01:26 +0000)]
.text( String ) now works as you'd expect it to, plus it's much faster and smaller - which is good.

17 years agoFixed a bug in the jQuery.prop() addition and fixed the test cases to represent the...
John Resig [Mon, 8 Jan 2007 01:17:28 +0000 (01:17 +0000)]
Fixed a bug in the jQuery.prop() addition and fixed the test cases to represent the current set of features.

17 years agoI broke out the ${...} functionality into a separate plugin so that we can develop...
John Resig [Mon, 8 Jan 2007 01:12:21 +0000 (01:12 +0000)]
I broke out the ${...} functionality into a separate plugin so that we can develop it further. I left a hook in jquery.js so that this can be done, plus I left in the function() functionality.

17 years agoFixed a bug with $("body") in dynamic documents, refactored $(...), stopped the test...
John Resig [Mon, 8 Jan 2007 00:12:41 +0000 (00:12 +0000)]
Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped the test suite from trying to run Ajax tests locally.

17 years agoImplemented #756, making text(String) really useful
Jörn Zaefferer [Sun, 7 Jan 2007 23:59:13 +0000 (23:59 +0000)]
Implemented #756, making text(String) really useful

17 years agoUpdated changelog
Jörn Zaefferer [Sun, 7 Jan 2007 23:42:15 +0000 (23:42 +0000)]
Updated changelog

17 years agoFix for #758
Jörn Zaefferer [Sun, 7 Jan 2007 23:38:37 +0000 (23:38 +0000)]
Fix for #758

17 years agoFixed #753 in Opera and IE
Jörn Zaefferer [Sun, 7 Jan 2007 23:19:13 +0000 (23:19 +0000)]
Fixed #753 in Opera and IE

17 years agoImplemented #753
Jörn Zaefferer [Sun, 7 Jan 2007 23:01:49 +0000 (23:01 +0000)]
Implemented #753

17 years agoAdded support for [@foo] against DOM object properties (not just attributes).
John Resig [Sun, 7 Jan 2007 22:51:41 +0000 (22:51 +0000)]
Added support for [@foo] against DOM object properties (not just attributes).

17 years agoFixed problem with $("div",$("body")) breaking (returning an array, of length one...
John Resig [Sun, 7 Jan 2007 22:29:15 +0000 (22:29 +0000)]
Fixed problem with $("div",$("body")) breaking (returning an array, of length one, containing undefined).

17 years agoReorganized the different effects to be in fx.js, instead of jquery.js - and cleaned...
John Resig [Sun, 7 Jan 2007 21:43:38 +0000 (21:43 +0000)]
Reorganized the different effects to be in fx.js, instead of jquery.js - and cleaned up some of the documentation.

17 years agoUpdated param method to encode name as well as value (per spec: http://www.w3.org...
Mike Alsup [Sun, 7 Jan 2007 20:56:17 +0000 (20:56 +0000)]
Updated param method to encode name as well as value (per spec:  w3.org/TR/html4/interact/forms.html#h-17.13.4.1)

17 years agoFixed up the easing documentation.
John Resig [Sun, 7 Jan 2007 19:56:29 +0000 (19:56 +0000)]
Fixed up the easing documentation.

17 years agoTest for #753
Jörn Zaefferer [Sun, 7 Jan 2007 12:13:32 +0000 (12:13 +0000)]
Test for #753

17 years agoFix for #754
Jörn Zaefferer [Sun, 7 Jan 2007 11:15:31 +0000 (11:15 +0000)]
Fix for #754

17 years agoFixed test for object/param selection (thanks Andrea)
Jörn Zaefferer [Sun, 7 Jan 2007 10:26:58 +0000 (10:26 +0000)]
Fixed test for object/param selection (thanks Andrea)

17 years agoImproved the categories of a bunch of docs, upped the version to 1.1.
John Resig [Sun, 7 Jan 2007 09:20:19 +0000 (09:20 +0000)]
Improved the categories of a bunch of docs, upped the version to 1.1.

17 years agoStarted cleaning up fx, made easing easier to use.
John Resig [Sun, 7 Jan 2007 00:28:31 +0000 (00:28 +0000)]
Started cleaning up fx, made easing easier to use.

17 years agoFixed the docs for noConflict, fixed a bug with pager.
John Resig [Sat, 6 Jan 2007 22:34:12 +0000 (22:34 +0000)]
Fixed the docs for noConflict, fixed a bug with pager.

17 years agoCleaned up some spacing and braces.
John Resig [Sat, 6 Jan 2007 06:18:02 +0000 (06:18 +0000)]
Cleaned up some spacing and braces.

17 years agoConverted instances of new function(){ ... } to use jQuery.each(...) instead. Also...
John Resig [Sat, 6 Jan 2007 05:31:47 +0000 (05:31 +0000)]
Converted instances of new function(){ ... } to use jQuery.each(...) instead. Also, removed unnecessary documentation for trigger functions (.mouseup()!?).

17 years agoRemoved all the extra helper macros for 1.1, and adjusted the test suite accordingly.
John Resig [Sat, 6 Jan 2007 05:09:11 +0000 (05:09 +0000)]
Removed all the extra helper macros for 1.1, and adjusted the test suite accordingly.

17 years agoRemoved easing formulas and placed them as a plugin under interface
Stefan Petre [Fri, 5 Jan 2007 22:00:48 +0000 (22:00 +0000)]
Removed easing formulas and placed them as a plugin under interface

17 years agofixed typo (easeout); added check if jQuery._$ even exists, added examples for usage...
Jörn Zaefferer [Fri, 5 Jan 2007 09:14:15 +0000 (09:14 +0000)]
fixed typo (easeout); added check if jQuery._$ even exists, added examples for usage of $.noConflict()

17 years agoChanged the default easing function
Stefan Petre [Fri, 5 Jan 2007 06:40:38 +0000 (06:40 +0000)]
Changed the default easing function

17 years agoAdded in the new .noConflict() function for resolving conflict between jQuery and...
John Resig [Thu, 4 Jan 2007 18:48:48 +0000 (18:48 +0000)]
Added in the new .noConflict() function for resolving conflict between jQuery and other $ functions.

17 years agoChanged transitions to easing. easing is now an object that can be extended to add...
Stefan Petre [Thu, 4 Jan 2007 14:57:22 +0000 (14:57 +0000)]
Changed transitions to easing. easing is now an object that can be extended to add new easing functions.

17 years agoImproved a lot of docs, adding description to examples, merging methods with optional...
Jörn Zaefferer [Thu, 4 Jan 2007 12:49:32 +0000 (12:49 +0000)]
Improved a lot of docs, adding description to examples, merging methods with optional arguments; Modified filter(Function) to set correct scope (this == element) instead of passing element as argument

17 years agoAdded transition effect
Stefan Petre [Thu, 4 Jan 2007 12:37:50 +0000 (12:37 +0000)]
Added transition effect

17 years agoChanged "Hash" to "Map" in docs
Jörn Zaefferer [Thu, 4 Jan 2007 10:03:34 +0000 (10:03 +0000)]
Changed "Hash" to "Map" in docs

17 years agoMerged the three unbind docs into one, added a few more (optional) hints; Use one...
Jörn Zaefferer [Thu, 4 Jan 2007 09:47:42 +0000 (09:47 +0000)]
Merged the three unbind docs into one, added a few more (optional) hints; Use one() instead of bind() for unload

17 years agoUpdated test for #750
Jörn Zaefferer [Wed, 3 Jan 2007 20:48:40 +0000 (20:48 +0000)]
Updated test for #750

17 years agoAdded assertions for #750
Jörn Zaefferer [Wed, 3 Jan 2007 16:03:16 +0000 (16:03 +0000)]
Added assertions for #750

17 years agoChangeLog is the more common name for this file.
John Resig [Wed, 3 Jan 2007 15:19:22 +0000 (15:19 +0000)]
ChangeLog is the more common name for this file.

17 years agoUpdated the list of whats changed.
John Resig [Wed, 3 Jan 2007 15:16:14 +0000 (15:16 +0000)]
Updated the list of whats changed.

17 years agoAdded back the check for safari before checking target.nodeType, IE fails otherwise
Jörn Zaefferer [Wed, 3 Jan 2007 12:57:42 +0000 (12:57 +0000)]
Added back the check for safari before checking target.nodeType, IE fails otherwise

17 years agoMessed around with API document: Improved layout, removed animation, added <Content...
Jörn Zaefferer [Tue, 2 Jan 2007 19:05:00 +0000 (19:05 +0000)]
Messed around with API document: Improved layout, removed animation, added <Content> type

17 years agoImproved docs for append, prepend, before and after, merging the three pairs into one
Jörn Zaefferer [Tue, 2 Jan 2007 19:03:12 +0000 (19:03 +0000)]
Improved docs for append, prepend, before and after, merging the three pairs into one

17 years agoIt's now possible to trigger default events like .click(), .submit(), .focus(), etc...
John Resig [Tue, 2 Jan 2007 17:34:56 +0000 (17:34 +0000)]
It's now possible to trigger default events like .click(), .submit(), .focus(), etc. Using the jQuery event trigger.

17 years agoCleaned up a bunch of the event code, removed .oneEvent() and .unEvent().
John Resig [Tue, 2 Jan 2007 16:43:05 +0000 (16:43 +0000)]
Cleaned up a bunch of the event code, removed .oneEvent() and .unEvent().

17 years agoCompletely removed pushStack - and all code related to .find(..., fn). The stack...
John Resig [Tue, 2 Jan 2007 16:42:31 +0000 (16:42 +0000)]
Completely removed pushStack - and all code related to .find(..., fn). The stack is, also, non-destructive and maintained nicely using references.

17 years agoFixed types for String|Number and added some more @see tags
Jörn Zaefferer [Tue, 2 Jan 2007 14:35:10 +0000 (14:35 +0000)]
Fixed types for String|Number and added some more @see tags

17 years agoImproved docs for FX module, merging method descriptions and marking optional arguments
Jörn Zaefferer [Tue, 2 Jan 2007 14:32:26 +0000 (14:32 +0000)]
Improved docs for FX module, merging method descriptions and marking optional arguments

17 years agoadded evalScripts test
Mike Alsup [Tue, 2 Jan 2007 12:39:13 +0000 (12:39 +0000)]
added evalScripts test

17 years agoremove test that belonged in ajaxTest.js
Mike Alsup [Tue, 2 Jan 2007 12:37:17 +0000 (12:37 +0000)]
remove test that belonged in ajaxTest.js

17 years ago(no commit message)
Stefan Petre [Tue, 2 Jan 2007 11:40:22 +0000 (11:40 +0000)]

17 years agoupdate target of evalScripts test
Mike Alsup [Mon, 1 Jan 2007 17:29:31 +0000 (17:29 +0000)]
update target of evalScripts test

17 years agoAdd test to show evalScripts/find problem.
Mike Alsup [Mon, 1 Jan 2007 17:21:46 +0000 (17:21 +0000)]
Add test to show evalScripts/find problem.

17 years agoAdd new test file
Mike Alsup [Mon, 1 Jan 2007 17:20:42 +0000 (17:20 +0000)]
Add new test file

17 years agoAdded note for IE's behaviour of stripping script tags when there are no chracters...
Jörn Zaefferer [Mon, 1 Jan 2007 15:26:24 +0000 (15:26 +0000)]
Added note for IE's behaviour of stripping script tags when there are no chracters in front of it (see #746)

17 years agoAdded test and documentation for filter(Function)
Jörn Zaefferer [Mon, 1 Jan 2007 15:22:10 +0000 (15:22 +0000)]
Added test and documentation for filter(Function)

17 years agotypo, a bit formatting
Jörn Zaefferer [Mon, 1 Jan 2007 14:54:55 +0000 (14:54 +0000)]
typo, a bit formatting

17 years agoFix for #504
Brandon Aaron [Sun, 31 Dec 2006 22:03:34 +0000 (22:03 +0000)]
Fix for #504

17 years agoMoved all the expressions tests over into selector area, out of the main suite.
John Resig [Sun, 31 Dec 2006 18:09:05 +0000 (18:09 +0000)]
Moved all the expressions tests over into selector area, out of the main suite.

17 years agoModified tests to show #746
Jörn Zaefferer [Sun, 31 Dec 2006 15:44:59 +0000 (15:44 +0000)]
Modified tests to show #746

17 years agoImproved Mikes hack to ease testing against IE cache
Jörn Zaefferer [Sun, 31 Dec 2006 15:09:07 +0000 (15:09 +0000)]
Improved Mikes hack to ease testing against IE cache

17 years agoMoved the bulk of the selector code out into a separate file, changed the build files...
John Resig [Sun, 31 Dec 2006 05:22:06 +0000 (05:22 +0000)]
Moved the bulk of the selector code out into a separate file, changed the build files to represent this.

17 years agoMoved all the relevant event-related code into the event module.
John Resig [Sun, 31 Dec 2006 03:58:43 +0000 (03:58 +0000)]
Moved all the relevant event-related code into the event module.

17 years agoadd time to test.html request url using new Date().getTime()
Mike Alsup [Sun, 31 Dec 2006 02:00:33 +0000 (02:00 +0000)]
add time to test.html request url using new Date().getTime()

17 years agoFixed event.handle to return undefined or false
Jörn Zaefferer [Sun, 31 Dec 2006 00:44:09 +0000 (00:44 +0000)]
Fixed event.handle to return undefined or false

17 years agoFix for #745
Jörn Zaefferer [Sat, 30 Dec 2006 10:13:14 +0000 (10:13 +0000)]
Fix for #745

17 years agoRemoved documentation for oneXXX and unXXX methods (not yet implementation), added...
Jörn Zaefferer [Sat, 30 Dec 2006 10:05:45 +0000 (10:05 +0000)]
Removed documentation for oneXXX and unXXX methods (not yet implementation), added implementation for one()

17 years agoFixed missing semicolon
Jörn Zaefferer [Sat, 30 Dec 2006 09:44:34 +0000 (09:44 +0000)]
Fixed missing semicolon

17 years agoAdded support for adding multiple classes simultaneously, fixed a bug with remove...
John Resig [Fri, 29 Dec 2006 18:04:26 +0000 (18:04 +0000)]
Added support for adding multiple classes simultaneously, fixed a bug with remove class.

17 years agoImproved docs for removeClass (optional parameter, removes all classes if not specified)
Jörn Zaefferer [Fri, 29 Dec 2006 17:51:40 +0000 (17:51 +0000)]
Improved docs for removeClass (optional parameter, removes all classes if not specified)

17 years agoAdded in some changes to class handling and some docs for jQuery.nth().
John Resig [Fri, 29 Dec 2006 17:21:48 +0000 (17:21 +0000)]
Added in some changes to class handling and some docs for jQuery.nth().

17 years agoFix for #534
Jörn Zaefferer [Fri, 29 Dec 2006 13:49:28 +0000 (13:49 +0000)]
Fix for #534

17 years agoImplemented, tested and documented #202
Jörn Zaefferer [Thu, 28 Dec 2006 11:37:07 +0000 (11:37 +0000)]
Implemented, tested and documented #202

17 years agoFix for #689
Jörn Zaefferer [Sun, 24 Dec 2006 01:16:20 +0000 (01:16 +0000)]
Fix for #689

17 years agoFixed minor bug in jQuery.parse[1] expression.
John Resig [Sat, 23 Dec 2006 17:54:35 +0000 (17:54 +0000)]
Fixed minor bug in jQuery.parse[1] expression.

17 years agoRemoved .ancestors(), fixed the docs for .parent()/.parents().
John Resig [Sat, 23 Dec 2006 17:50:02 +0000 (17:50 +0000)]
Removed .ancestors(), fixed the docs for .parent()/.parents().

17 years agoAdded in some of the recent changes.
John Resig [Sat, 23 Dec 2006 17:43:30 +0000 (17:43 +0000)]
Added in some of the recent changes.

17 years agoAdded in #690, the ability to remove an event handler from inside itself.
John Resig [Sat, 23 Dec 2006 17:41:00 +0000 (17:41 +0000)]
Added in #690, the ability to remove an event handler from inside itself.

17 years agoAdded Yehuda's selector engine improvements (it's now trivial to add in your own...
John Resig [Sat, 23 Dec 2006 16:37:49 +0000 (16:37 +0000)]
Added Yehuda's selector engine improvements (it's now trivial to add in your own parse expressions). Additionally, I fixed a bug in the test suite.

17 years agoLost a selected check.
John Resig [Sat, 23 Dec 2006 06:40:27 +0000 (06:40 +0000)]
Lost a selected check.

17 years agoAdded back in some of Joern's new .html() docs, and made .text(String) (a lot of...
John Resig [Sat, 23 Dec 2006 06:26:08 +0000 (06:26 +0000)]
Added back in some of Joern's new .html() docs, and made .text(String) (a lot of users expect this method to be a setter and a getter).

17 years agoAdded back in Joern's changes - oops! Let me know if I missed any.
John Resig [Sat, 23 Dec 2006 06:17:16 +0000 (06:17 +0000)]
Added back in Joern's changes - oops! Let me know if I missed any.

17 years agoMade significant changes to the expression engine. Is now significantly faster (4...
John Resig [Sat, 23 Dec 2006 06:07:21 +0000 (06:07 +0000)]
Made significant changes to the expression engine. Is now significantly faster (4-10x). It passes the test suite (but be sure to let me know if there are any regressions).