jquery.git
17 years agoFixed typo, thanks Patrick
Jörn Zaefferer [Sat, 16 Sep 2006 16:15:46 +0000 (16:15 +0000)]
Fixed typo, thanks Patrick

17 years agoFixed bug #178
Jörn Zaefferer [Sat, 16 Sep 2006 15:50:35 +0000 (15:50 +0000)]
Fixed bug #178

17 years agoAdded fix for bug #175; Added docs for extend(Object), for any plugin developer API...
Jörn Zaefferer [Sat, 16 Sep 2006 15:41:07 +0000 (15:41 +0000)]
Added fix for bug #175; Added docs for extend(Object), for any plugin developer API docs to come

17 years agoResolved bug #191 as won't fix, removed the failing test and changed docs accordingly.
Jörn Zaefferer [Sat, 16 Sep 2006 15:16:42 +0000 (15:16 +0000)]
Resolved bug #191 as won't fix, removed the failing test and changed docs accordingly.

17 years agoFixed bug #194, added regression tests
Jörn Zaefferer [Sat, 16 Sep 2006 14:57:15 +0000 (14:57 +0000)]
Fixed bug #194, added regression tests

17 years agoRefactored test suite: tests subdir not needed anymore
Jörn Zaefferer [Sat, 16 Sep 2006 12:23:28 +0000 (12:23 +0000)]
Refactored test suite: tests subdir not needed anymore

17 years agoRefactored test suite: All tests are now compiled into one file, runs much faster...
Jörn Zaefferer [Sat, 16 Sep 2006 12:19:56 +0000 (12:19 +0000)]
Refactored test suite: All tests are now compiled into one file, runs much faster and does not require ugly synchronization; Changed build.xml (tested) and Makefile (not tested!); Replaced calls to cmpOK() with ok(), removed cmpOK(); Tests can now call reset() to be able to always test against the unmodified test setup

17 years agoAdded proposed fix for bug #185
Jörn Zaefferer [Fri, 15 Sep 2006 17:52:30 +0000 (17:52 +0000)]
Added proposed fix for bug #185

17 years agoFixed bug #147, required some (ugly) modifications: changed function jQuery(...)...
Jörn Zaefferer [Fri, 15 Sep 2006 14:51:55 +0000 (14:51 +0000)]
Fixed bug #147, required some (ugly) modifications: changed function jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... }

17 years agoFixed typo.
John Resig [Thu, 14 Sep 2006 22:28:25 +0000 (22:28 +0000)]
Fixed typo.

17 years agoAdded quick fix for event triggering, while passing in data.
John Resig [Thu, 14 Sep 2006 22:26:42 +0000 (22:26 +0000)]
Added quick fix for event triggering, while passing in data.

17 years agoAdded test to verify bug #160, had to modify fixture (index.html)
Jörn Zaefferer [Sat, 9 Sep 2006 23:21:30 +0000 (23:21 +0000)]
Added test to verify bug #160, had to modify fixture (index.html)

17 years agoAdded test to verify bug #185
Jörn Zaefferer [Sat, 9 Sep 2006 17:56:08 +0000 (17:56 +0000)]
Added test to verify bug #185

17 years agoAdded test for $.find to verify bug #178
Jörn Zaefferer [Sat, 9 Sep 2006 17:42:51 +0000 (17:42 +0000)]
Added test for $.find to verify bug #178

17 years agoAdded test for both siblings() and siblings(String) to verify bug #168
Jörn Zaefferer [Sat, 9 Sep 2006 17:26:51 +0000 (17:26 +0000)]
Added test for both siblings() and siblings(String) to verify bug #168

17 years agoAdded test for attr('checked', {true|false}) (bug #167)
Jörn Zaefferer [Sat, 9 Sep 2006 17:12:26 +0000 (17:12 +0000)]
Added test for attr('checked', {true|false}) (bug #167)

17 years agoFixed documentation for bind(String, Function) - added a small fix for the first...
Jörn Zaefferer [Sat, 9 Sep 2006 08:36:47 +0000 (08:36 +0000)]
Fixed documentation for bind(String, Function) - added a small fix for the first example

17 years agoFixed documentation for bind(String, Function)
Jörn Zaefferer [Sat, 9 Sep 2006 08:31:07 +0000 (08:31 +0000)]
Fixed documentation for bind(String, Function)

17 years agoFixed issue with getAttribute not existing in IE.
John Resig [Fri, 8 Sep 2006 23:17:00 +0000 (23:17 +0000)]
Fixed issue with getAttribute not existing in IE.

17 years agoMinor documentation fixes.
John Resig [Fri, 8 Sep 2006 19:18:49 +0000 (19:18 +0000)]
Minor documentation fixes.

17 years agoAdded more test for attr, one for filter; Added test to check IE issue $('input'...
Jörn Zaefferer [Fri, 8 Sep 2006 17:48:21 +0000 (17:48 +0000)]
Added more test for attr, one for filter; Added test to check IE issue $('input').attr('name', 'something'), modified fixture to test this

17 years agoTouched up the docs and formatting.
John Resig [Fri, 8 Sep 2006 10:44:32 +0000 (10:44 +0000)]
Touched up the docs and formatting.

17 years agoAdded a couple new AJAX methods and finished documenting everything.
John Resig [Fri, 8 Sep 2006 10:18:46 +0000 (10:18 +0000)]
Added a couple new AJAX methods and finished documenting everything.

17 years agoinitial version of the new cross-browser compatible dimensions plugin, which replaces...
Paul Bakaus [Fri, 8 Sep 2006 09:37:29 +0000 (09:37 +0000)]
initial version of the new cross-browser compatible dimensions plugin, which replaces height() and width() and adds other convenient stuff.

17 years agoModified test for wrap(String), added test for toggle(fn, fn)
Jörn Zaefferer [Thu, 7 Sep 2006 08:12:12 +0000 (08:12 +0000)]
Modified test for wrap(String), added test for toggle(fn, fn)

17 years agoFixed bug with $.map() not showing in the docs.
John Resig [Tue, 5 Sep 2006 20:20:16 +0000 (20:20 +0000)]
Fixed bug with $.map() not showing in the docs.

17 years agoFixed missing brackets (d'oh)
Jörn Zaefferer [Tue, 5 Sep 2006 20:00:36 +0000 (20:00 +0000)]
Fixed missing brackets (d'oh)

17 years agoRefactored the testsuite code with the hope in mind to make the test suite run faster
Jörn Zaefferer [Tue, 5 Sep 2006 19:50:13 +0000 (19:50 +0000)]
Refactored the testsuite code with the hope in mind to make the test suite run faster

17 years agoModified example for css(String) as proposed in the list (concerning camlCase for...
Jörn Zaefferer [Tue, 5 Sep 2006 17:58:22 +0000 (17:58 +0000)]
Modified example for css(String) as proposed in the list (concerning camlCase for dashed properties like font-weight); Modified test to cache test fixture instead of reloading it, should make the test suite run faster

17 years agoTestcase now logs exceptions if a console is avaiable, makes it easier to find bugs...
Jörn Zaefferer [Tue, 5 Sep 2006 15:05:56 +0000 (15:05 +0000)]
Testcase now logs exceptions if a console is avaiable, makes it easier to find bugs; Added test for all base events

17 years agoMade a bunch of fixes to the docs, per Sam's request. Also, did some re-organization...
John Resig [Tue, 5 Sep 2006 06:21:35 +0000 (06:21 +0000)]
Made a bunch of fixes to the docs, per Sam's request. Also, did some re-organization of the order of the function names.

17 years agoquick fix for JSMin build
Franck Marcia [Mon, 4 Sep 2006 19:58:06 +0000 (19:58 +0000)]
quick fix for JSMin build

17 years agoImproved test suite to reset fixture after each test, added selects to test ':selecte...
Jörn Zaefferer [Mon, 4 Sep 2006 04:51:57 +0000 (04:51 +0000)]
Improved test suite to reset fixture after each test, added selects to test ':selected'; Added docs for index(obj); Modified is(expr) to return false for an invalid expression, changed docs, too; Added lots of testcases; Changed filename of testfiles: adding leading zeros

17 years agoTypos
Franck Marcia [Sat, 2 Sep 2006 14:50:30 +0000 (14:50 +0000)]
Typos

17 years agonew build using JSMin
Franck Marcia [Sat, 2 Sep 2006 11:47:54 +0000 (11:47 +0000)]
new build using JSMin

17 years agoAdded two quick semicolon fixes.
John Resig [Sat, 2 Sep 2006 09:23:07 +0000 (09:23 +0000)]
Added two quick semicolon fixes.

17 years agoFixed bug with jQuery: height computation for hidden elements
Klaus Hartl [Fri, 1 Sep 2006 16:04:50 +0000 (16:04 +0000)]
Fixed bug with jQuery: height computation for hidden elements

17 years agoAdded style sheet for the category documentation.
John Resig [Fri, 1 Sep 2006 07:41:59 +0000 (07:41 +0000)]
Added style sheet for the category documentation.

17 years agoAbout half done documenting the AJAX module.
John Resig [Fri, 1 Sep 2006 06:50:35 +0000 (06:50 +0000)]
About half done documenting the AJAX module.

17 years agoDocumented the slideToggle() and animate() functions.
John Resig [Fri, 1 Sep 2006 06:31:44 +0000 (06:31 +0000)]
Documented the slideToggle() and animate() functions.

17 years agoDocumented some more functions.
John Resig [Fri, 1 Sep 2006 06:22:39 +0000 (06:22 +0000)]
Documented some more functions.

17 years agoLots of documentation overhaul - much more documented, cat output works better now.
John Resig [Fri, 1 Sep 2006 05:52:26 +0000 (05:52 +0000)]
Lots of documentation overhaul - much more documented, cat output works better now.

17 years agoFixed two bugs with jQuery: One with height computation, one with .find(expr,fn)...
John Resig [Fri, 1 Sep 2006 02:43:54 +0000 (02:43 +0000)]
Fixed two bugs with jQuery: One with height computation, one with .find(expr,fn) not working properly. Also, fixed a bunch of styling with the docs. Finally, added documentation for the $() function.

17 years agoFix check for browser.mozilla so that Safari is not flagged as mozilla.
Corey Jewett [Thu, 31 Aug 2006 23:30:29 +0000 (23:30 +0000)]
Fix check for browser.mozilla so that Safari is not flagged as mozilla.

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.