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

17 years agoDocumentation for $.ajaxSetup
Jörn Zaefferer [Fri, 22 Dec 2006 14:40:46 +0000 (14:40 +0000)]
Documentation for $.ajaxSetup

17 years agoImplemented global ajax settings - no documentation yet
Jörn Zaefferer [Fri, 22 Dec 2006 13:56:36 +0000 (13:56 +0000)]
Implemented global ajax settings - no documentation yet

17 years agoFixed event fixing (Opera provides event.srcElement, only create pageX if clientX...
Jörn Zaefferer [Fri, 22 Dec 2006 13:52:33 +0000 (13:52 +0000)]
Fixed event fixing (Opera provides event.srcElement, only create pageX if clientX is available)

17 years agoFixed typo
Jörn Zaefferer [Thu, 21 Dec 2006 18:37:24 +0000 (18:37 +0000)]
Fixed typo

17 years agoA few corrections to the testsuite to imrove the failure testing
Jörn Zaefferer [Thu, 21 Dec 2006 15:23:59 +0000 (15:23 +0000)]
A few corrections to the testsuite to imrove the failure testing

17 years agoAdded note to load() to avoid using it to load scripts (#456)
Jörn Zaefferer [Thu, 21 Dec 2006 13:39:14 +0000 (13:39 +0000)]
Added note to load() to avoid using it to load scripts (#456)

17 years agoImplemented a better error handling for ajax requests. Exceptions caused by dropping...
Jörn Zaefferer [Thu, 21 Dec 2006 13:35:32 +0000 (13:35 +0000)]
Implemented a better error handling for ajax requests. Exceptions caused by dropping connections are now handled, too.

17 years agoAdded test for sync requests with callbacks (#534)
Jörn Zaefferer [Thu, 21 Dec 2006 12:57:22 +0000 (12:57 +0000)]
Added test for sync requests with callbacks (#534)

17 years agoImproved docs for blur() and focus(), mentioning the difference between calling the...
Jörn Zaefferer [Wed, 20 Dec 2006 15:58:28 +0000 (15:58 +0000)]
Improved docs for blur() and focus(), mentioning the difference between calling the jQuery method and the DOM method

17 years agoFixed docs for html()
Jörn Zaefferer [Wed, 20 Dec 2006 13:10:29 +0000 (13:10 +0000)]
Fixed docs for html()

17 years agoFixed wheather-whether typo - Thanks Erik
Jörn Zaefferer [Wed, 20 Dec 2006 11:25:15 +0000 (11:25 +0000)]
Fixed wheather-whether typo - Thanks Erik

17 years agoAdded some more notes to newandnoteworthy, reflecting Dave's changes
Jörn Zaefferer [Wed, 20 Dec 2006 11:11:33 +0000 (11:11 +0000)]
Added some more notes to newandnoteworthy, reflecting Dave's changes

17 years agoImproved event fixing, using less browser and more object detection
Jörn Zaefferer [Wed, 20 Dec 2006 11:05:08 +0000 (11:05 +0000)]
Improved event fixing, using less browser and more object detection

17 years agoFix for #468
Jörn Zaefferer [Tue, 19 Dec 2006 19:06:36 +0000 (19:06 +0000)]
Fix for #468

17 years ago(no commit message)
Jörn Zaefferer [Tue, 19 Dec 2006 18:52:45 +0000 (18:52 +0000)]

17 years agojQuery.merge speedup, bug#444
Dave Methvin [Tue, 19 Dec 2006 04:31:33 +0000 (04:31 +0000)]
jQuery.merge speedup, bug#444
<tbody> duplicated, bug#418 (jQuery.clean & domManip)
query for id in context ignores context, bug#267

17 years agoFix for #511
Jörn Zaefferer [Mon, 18 Dec 2006 22:08:10 +0000 (22:08 +0000)]
Fix for #511

17 years agoFixed synchrnous requests, improved AJAX inline documentation
Jörn Zaefferer [Fri, 15 Dec 2006 09:13:24 +0000 (09:13 +0000)]
Fixed synchrnous requests, improved AJAX inline documentation

17 years agoReplaced the rest of the x.constructor != String comparions with typeof (Thanks Kelvin)
Jörn Zaefferer [Fri, 15 Dec 2006 08:20:46 +0000 (08:20 +0000)]
Replaced the rest of the x.constructor != String comparions with typeof (Thanks Kelvin)

17 years agoFixed docs for $.ajax' processData option
Jörn Zaefferer [Wed, 13 Dec 2006 19:04:36 +0000 (19:04 +0000)]
Fixed docs for $.ajax' processData option

17 years agoReleasing jQuery 1.0.4.
John Resig [Wed, 13 Dec 2006 01:23:23 +0000 (01:23 +0000)]
Releasing jQuery 1.0.4.

17 years agoGot context functions back in, added noteworthy stuff, replaced js linebreak replacer...
Jörn Zaefferer [Tue, 12 Dec 2006 20:33:10 +0000 (20:33 +0000)]
Got context functions back in, added noteworthy stuff, replaced js linebreak replacer with xstl

17 years agoFixed an issue with .find(expr,Function) and a Safari bug.
John Resig [Tue, 12 Dec 2006 18:26:52 +0000 (18:26 +0000)]
Fixed an issue with .find(expr,Function) and a Safari bug.

17 years agotypooo
Jörn Zaefferer [Mon, 11 Dec 2006 14:32:53 +0000 (14:32 +0000)]
typooo

17 years agoCreated newandnotheworthy.txt to collect information for new releases
Jörn Zaefferer [Mon, 11 Dec 2006 14:30:55 +0000 (14:30 +0000)]
Created newandnotheworthy.txt to collect information for new releases

17 years agoFixed docs for #134
Jörn Zaefferer [Mon, 11 Dec 2006 09:38:03 +0000 (09:38 +0000)]
Fixed docs for #134

17 years agoFix for #476
Jörn Zaefferer [Mon, 11 Dec 2006 09:25:44 +0000 (09:25 +0000)]
Fix for #476

17 years agoFix for #467
Jörn Zaefferer [Mon, 11 Dec 2006 09:22:33 +0000 (09:22 +0000)]
Fix for #467

17 years agoFix for #474
Jörn Zaefferer [Mon, 11 Dec 2006 08:59:50 +0000 (08:59 +0000)]
Fix for #474

17 years agoFixed #471
Jörn Zaefferer [Mon, 11 Dec 2006 08:53:33 +0000 (08:53 +0000)]
Fixed #471

17 years agofinally added the toggle option for animate(). It's not beautiful right now, but...
Paul Bakaus [Fri, 8 Dec 2006 09:26:50 +0000 (09:26 +0000)]
finally added the toggle option for animate(). It's not beautiful right now, but it works for the time.

17 years agoRenamed $.ajax's "before"-option to "beforeSend" to prevent conflict with form plugin...
Jörn Zaefferer [Tue, 5 Dec 2006 22:58:27 +0000 (22:58 +0000)]
Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with form plugin - may be a good convention to use beforeXXX and afterXXX everytime for callbacks...

17 years agoIntroduced before callback (#384) (updated test data)
Jörn Zaefferer [Mon, 4 Dec 2006 20:42:38 +0000 (20:42 +0000)]
Introduced before callback (#384) (updated test data)

17 years agoRenamed preprocess to before, for consistency with form plugin
Jörn Zaefferer [Mon, 4 Dec 2006 19:40:25 +0000 (19:40 +0000)]
Renamed preprocess to before, for consistency with form plugin

17 years agoSimplified XMLHttpRequest shadow (tested on 5.5, 6 and 7); Introduced preprocess...
Jörn Zaefferer [Mon, 4 Dec 2006 19:37:49 +0000 (19:37 +0000)]
Simplified XMLHttpRequest shadow (tested on 5.5, 6 and 7); Introduced preprocess callback (#384) - IE seems to fail to send the correct headers

17 years agoCode and documentation cleanup; fixed #317 and #464
Jörn Zaefferer [Sun, 3 Dec 2006 11:06:32 +0000 (11:06 +0000)]
Code and documentation cleanup; fixed #317 and #464

17 years agoFixed jQuery.eval (or rather, jQuery.globalEval to avoid problems with FF)
Jörn Zaefferer [Sat, 2 Dec 2006 13:43:02 +0000 (13:43 +0000)]
Fixed jQuery.eval (or rather, jQuery.globalEval to avoid problems with FF)

17 years agoFixed bug #344 (tests, implementation, docs)
Jörn Zaefferer [Thu, 30 Nov 2006 21:24:42 +0000 (21:24 +0000)]
Fixed bug #344 (tests, implementation, docs)

17 years agoMoved $ alias more to the top (address #137)
Jörn Zaefferer [Thu, 30 Nov 2006 21:12:15 +0000 (21:12 +0000)]
Moved $ alias more to the top (address #137)

17 years agoFixed serializing arrays (bug #448)
Jörn Zaefferer [Thu, 30 Nov 2006 20:52:24 +0000 (20:52 +0000)]
Fixed serializing arrays (bug #448)

17 years agoFix for event fix: Don't overwrite event.target if there is no srcElement; calculate...
Jörn Zaefferer [Thu, 30 Nov 2006 20:39:33 +0000 (20:39 +0000)]
Fix for event fix: Don't overwrite event.target if there is no srcElement; calculate pageX/Y (tested with tooltip plugin)

17 years agoFixed regEx to work with Unix an PC files.
Mike Alsup [Wed, 29 Nov 2006 23:25:33 +0000 (23:25 +0000)]
Fixed regEx to work with Unix an PC files.

17 years agoAdded test for filter(Array), fixed bug #446
Jörn Zaefferer [Wed, 29 Nov 2006 20:22:29 +0000 (20:22 +0000)]
Added test for filter(Array), fixed bug #446

17 years agoFixed docs for $.ajax for data option
Jörn Zaefferer [Tue, 28 Nov 2006 11:36:54 +0000 (11:36 +0000)]
Fixed docs for $.ajax for data option

17 years agoTried to fix make build, PLEASE TEST
Jörn Zaefferer [Wed, 22 Nov 2006 09:58:57 +0000 (09:58 +0000)]
Tried to fix make build, PLEASE TEST

17 years agoReplaced all x.constructor == String comparsions with typeof x == "string"
Jörn Zaefferer [Tue, 21 Nov 2006 10:01:48 +0000 (10:01 +0000)]
Replaced all x.constructor == String comparsions with typeof x == "string"

17 years agoAnother attempt to fix the getScript problem
Jörn Zaefferer [Tue, 21 Nov 2006 09:55:34 +0000 (09:55 +0000)]
Another attempt to fix the getScript problem

17 years agoFixed typo in comment
Jörn Zaefferer [Tue, 21 Nov 2006 09:21:38 +0000 (09:21 +0000)]
Fixed typo in comment

17 years agoBetter fix for #407 issue
Jörn Zaefferer [Tue, 21 Nov 2006 09:14:29 +0000 (09:14 +0000)]
Better fix for #407 issue

17 years agoOptimize :input with better regex
Jörn Zaefferer [Mon, 20 Nov 2006 21:01:17 +0000 (21:01 +0000)]
Optimize :input with better regex

17 years agoImproved testsuite (pass/fail indicator already exists in markup)
Jörn Zaefferer [Mon, 20 Nov 2006 20:54:42 +0000 (20:54 +0000)]
Improved testsuite (pass/fail indicator already exists in markup)

17 years agoFix for bug #407, yet to be tested
Jörn Zaefferer [Mon, 20 Nov 2006 20:37:28 +0000 (20:37 +0000)]
Fix for bug #407, yet to be tested

17 years agoTestsuite 2.0
Jörn Zaefferer [Sat, 18 Nov 2006 13:37:01 +0000 (13:37 +0000)]
Testsuite 2.0

17 years agoHeavily improved documentation for $.ajax, but may still need some fixes
Jörn Zaefferer [Sat, 18 Nov 2006 10:37:33 +0000 (10:37 +0000)]
Heavily improved documentation for $.ajax, but may still need some fixes

17 years agoReturn XMLHttpRequest from $.ajax() to allow aborting etc.
Jörn Zaefferer [Fri, 17 Nov 2006 14:49:44 +0000 (14:49 +0000)]
Return XMLHttpRequest from $.ajax() to allow aborting etc.

17 years agoAdded async option (ticket #367)
Jörn Zaefferer [Fri, 17 Nov 2006 10:15:31 +0000 (10:15 +0000)]
Added async option (ticket #367)

17 years agoFixed an issue with getJSON (type was not correctly passed on when data was ommited...
Jörn Zaefferer [Fri, 17 Nov 2006 09:56:30 +0000 (09:56 +0000)]
Fixed an issue with getJSON (type was not correctly passed on when data was ommited); Added more options to $.ajax to provide more flexibility (bug #371)

17 years agoRestore display property in fx module after animation is completed.
Brandon Aaron [Thu, 16 Nov 2006 21:42:35 +0000 (21:42 +0000)]
Restore display property in fx module after animation is completed.

17 years agoMissing '}' in jQuery.param method in ajax.js
Brandon Aaron [Thu, 16 Nov 2006 20:39:28 +0000 (20:39 +0000)]
Missing '}' in jQuery.param method in ajax.js

17 years agoif one value of key/value pairs is array then treat each array value in part
Stefan Petre [Thu, 16 Nov 2006 10:30:14 +0000 (10:30 +0000)]
if one value of key/value pairs is array then treat each array value in part

17 years agoFix for #181
Brandon Aaron [Wed, 15 Nov 2006 17:13:07 +0000 (17:13 +0000)]
Fix for #181

17 years agoFix for #310 and #395
Brandon Aaron [Wed, 15 Nov 2006 15:53:14 +0000 (15:53 +0000)]
Fix for #310 and #395

17 years agoAdded visual pass/fail indicator (JUnit/Eclipse style)
Jörn Zaefferer [Wed, 15 Nov 2006 10:08:08 +0000 (10:08 +0000)]
Added visual pass/fail indicator (JUnit/Eclipse style)

17 years agoFix for typo in toggleClass docs
Jörn Zaefferer [Wed, 15 Nov 2006 10:07:22 +0000 (10:07 +0000)]
Fix for typo in toggleClass docs

17 years agoFix for improper object iteration in jQuery.css method
Brandon Aaron [Wed, 15 Nov 2006 01:58:02 +0000 (01:58 +0000)]
Fix for improper object iteration in jQuery.css method

17 years agoFix for #276
Brandon Aaron [Tue, 14 Nov 2006 21:02:41 +0000 (21:02 +0000)]
Fix for #276
Private method jQuery.setAuto in fx module is deprecated

17 years agoFixed a missing semicolon
Jörn Zaefferer [Mon, 13 Nov 2006 10:37:42 +0000 (10:37 +0000)]
Fixed a missing semicolon

17 years agoFixed doc for $.ajax data option
Jörn Zaefferer [Sat, 11 Nov 2006 12:11:37 +0000 (12:11 +0000)]
Fixed doc for $.ajax data option

17 years agoFixed docs for load; Added the response as third paramter for load callback (partly...
Jörn Zaefferer [Sat, 11 Nov 2006 12:08:48 +0000 (12:08 +0000)]
Fixed docs for load; Added the response as third paramter for load callback (partly fixing bug #337)

17 years agoRefactored all logic from $.get and $.post into $.ajax, now they are only convenience...
Jörn Zaefferer [Sat, 11 Nov 2006 11:34:51 +0000 (11:34 +0000)]
Refactored all logic from $.get and $.post into $.ajax, now they are only convenience delegators

17 years agoAdded accordion to PLUGINS_ALL
Jörn Zaefferer [Thu, 9 Nov 2006 21:25:07 +0000 (21:25 +0000)]
Added accordion to PLUGINS_ALL

17 years agoModified test for load(); added fix for trigger, where it modifies data passed to...
Jörn Zaefferer [Thu, 9 Nov 2006 21:16:03 +0000 (21:16 +0000)]
Modified test for load(); added fix for trigger, where it modifies data passed to it, which causes ugly side-effects

17 years agoFixed typo
Jörn Zaefferer [Thu, 9 Nov 2006 08:22:17 +0000 (08:22 +0000)]
Fixed typo

17 years agoRemoved check for getAttribute in attr, seems to work without it
Jörn Zaefferer [Wed, 8 Nov 2006 09:44:04 +0000 (09:44 +0000)]
Removed check for getAttribute in attr, seems to work without it

17 years agoFixed the issue with jQuery conflicting with windows/IFrames.
John Resig [Tue, 7 Nov 2006 16:56:10 +0000 (16:56 +0000)]
Fixed the issue with jQuery conflicting with windows/IFrames.

17 years agoAdded test and check for end() when there is no stack or nothing on the stack to...
Jörn Zaefferer [Tue, 7 Nov 2006 11:32:21 +0000 (11:32 +0000)]
Added test and check for end() when there is no stack or nothing on the stack to pop()

17 years agoAdded pseudo-fix for #164; fixed some tests that failed in IE
Jörn Zaefferer [Tue, 7 Nov 2006 11:19:44 +0000 (11:19 +0000)]
Added pseudo-fix for #164; fixed some tests that failed in IE

17 years agoAdded tooltip for plugins build
Jörn Zaefferer [Tue, 7 Nov 2006 10:30:47 +0000 (10:30 +0000)]
Added tooltip for plugins build