John Resig [Sat, 16 Sep 2006 22:48:53 +0000 (22:48 +0000)]
Weird, I never committed the docs for mouseover.
Jörn Zaefferer [Sat, 16 Sep 2006 17:09:54 +0000 (17:09 +0000)]
Added test for bug #190
Jörn Zaefferer [Sat, 16 Sep 2006 16:26:30 +0000 (16:26 +0000)]
Fixed bug #168
Jörn Zaefferer [Sat, 16 Sep 2006 16:15:46 +0000 (16:15 +0000)]
Fixed typo, thanks Patrick
Jörn Zaefferer [Sat, 16 Sep 2006 15:50:35 +0000 (15:50 +0000)]
Fixed bug #178
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
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.
Jörn Zaefferer [Sat, 16 Sep 2006 14:57:15 +0000 (14:57 +0000)]
Fixed bug #194, added regression tests
Jörn Zaefferer [Sat, 16 Sep 2006 12:23:28 +0000 (12:23 +0000)]
Refactored test suite: tests subdir not needed anymore
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
Jörn Zaefferer [Fri, 15 Sep 2006 17:52:30 +0000 (17:52 +0000)]
Added proposed fix for bug #185
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") { ... }
John Resig [Thu, 14 Sep 2006 22:28:25 +0000 (22:28 +0000)]
Fixed typo.
John Resig [Thu, 14 Sep 2006 22:26:42 +0000 (22:26 +0000)]
Added quick fix for event triggering, while passing in data.
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)
Jörn Zaefferer [Sat, 9 Sep 2006 17:56:08 +0000 (17:56 +0000)]
Added test to verify bug #185
Jörn Zaefferer [Sat, 9 Sep 2006 17:42:51 +0000 (17:42 +0000)]
Added test for $.find to verify bug #178
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
Jörn Zaefferer [Sat, 9 Sep 2006 17:12:26 +0000 (17:12 +0000)]
Added test for attr('checked', {true|false}) (bug #167)
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
Jörn Zaefferer [Sat, 9 Sep 2006 08:31:07 +0000 (08:31 +0000)]
Fixed documentation for bind(String, Function)
John Resig [Fri, 8 Sep 2006 23:17:00 +0000 (23:17 +0000)]
Fixed issue with getAttribute not existing in IE.
John Resig [Fri, 8 Sep 2006 19:18:49 +0000 (19:18 +0000)]
Minor documentation fixes.
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
John Resig [Fri, 8 Sep 2006 10:44:32 +0000 (10:44 +0000)]
Touched up the docs and formatting.
John Resig [Fri, 8 Sep 2006 10:18:46 +0000 (10:18 +0000)]
Added a couple new AJAX methods and finished documenting everything.
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.
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)
John Resig [Tue, 5 Sep 2006 20:20:16 +0000 (20:20 +0000)]
Fixed bug with $.map() not showing in the docs.
Jörn Zaefferer [Tue, 5 Sep 2006 20:00:36 +0000 (20:00 +0000)]
Fixed missing brackets (d'oh)
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
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
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
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.
Franck Marcia [Mon, 4 Sep 2006 19:58:06 +0000 (19:58 +0000)]
quick fix for JSMin build
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
Franck Marcia [Sat, 2 Sep 2006 14:50:30 +0000 (14:50 +0000)]
Typos
Franck Marcia [Sat, 2 Sep 2006 11:47:54 +0000 (11:47 +0000)]
new build using JSMin
John Resig [Sat, 2 Sep 2006 09:23:07 +0000 (09:23 +0000)]
Added two quick semicolon fixes.
Klaus Hartl [Fri, 1 Sep 2006 16:04:50 +0000 (16:04 +0000)]
Fixed bug with jQuery: height computation for hidden elements
John Resig [Fri, 1 Sep 2006 07:41:59 +0000 (07:41 +0000)]
Added style sheet for the category documentation.
John Resig [Fri, 1 Sep 2006 06:50:35 +0000 (06:50 +0000)]
About half done documenting the AJAX module.
John Resig [Fri, 1 Sep 2006 06:31:44 +0000 (06:31 +0000)]
Documented the slideToggle() and animate() functions.
John Resig [Fri, 1 Sep 2006 06:22:39 +0000 (06:22 +0000)]
Documented some more functions.
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.
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.
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.
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().
John Resig [Thu, 31 Aug 2006 17:26:31 +0000 (17:26 +0000)]
Broke >, ~, +, etc - fixed.
John Resig [Thu, 31 Aug 2006 08:14:33 +0000 (08:14 +0000)]
Oops, syntax error.
John Resig [Thu, 31 Aug 2006 06:32:27 +0000 (06:32 +0000)]
Added native support for JSON data.
John Resig [Thu, 31 Aug 2006 06:30:44 +0000 (06:30 +0000)]
Added support for the native AJAX object in IE 7.
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.
John Resig [Thu, 31 Aug 2006 05:16:50 +0000 (05:16 +0000)]
Added fix for broken $("../..",foo).
John Resig [Thu, 31 Aug 2006 04:27:30 +0000 (04:27 +0000)]
Fixed issue with .attr( "disabled", false ) not working properly.
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).
John Resig [Thu, 31 Aug 2006 04:19:59 +0000 (04:19 +0000)]
Fixed issue with comment text being included in .text() results.
John Resig [Thu, 31 Aug 2006 04:16:23 +0000 (04:16 +0000)]
Fixed issue with .val() not working properly.
John Resig [Thu, 31 Aug 2006 04:13:39 +0000 (04:13 +0000)]
Apparently I accidentally removed :nth-chlid()... uhh - oops?
John Resig [Thu, 31 Aug 2006 04:05:57 +0000 (04:05 +0000)]
Fixed issue with .remove() not working correctly.
John Resig [Thu, 31 Aug 2006 03:59:51 +0000 (03:59 +0000)]
Fixed issue with .children().
John Resig [Mon, 28 Aug 2006 06:19:13 +0000 (06:19 +0000)]
Fixed the issue with jQuery not packing correctly for Safari.
John Resig [Sat, 26 Aug 2006 22:39:14 +0000 (22:39 +0000)]
Added .not() test case.
John Resig [Sat, 26 Aug 2006 16:50:31 +0000 (16:50 +0000)]
Added a bunch of documentation fixes.
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.
John Resig [Sat, 26 Aug 2006 00:43:41 +0000 (00:43 +0000)]
Quick bug fix, formatted pack better.
John Resig [Fri, 25 Aug 2006 21:22:21 +0000 (21:22 +0000)]
Added a fix for the Safari computedStyle bug.
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.
John Resig [Thu, 24 Aug 2006 23:45:39 +0000 (23:45 +0000)]
Fixed the giant negative number issue that Opera was having.
John Resig [Thu, 24 Aug 2006 23:10:54 +0000 (23:10 +0000)]
Added fix for non-standard CSS attributes in IE.
John Resig [Thu, 24 Aug 2006 21:30:21 +0000 (21:30 +0000)]
Added in some more bug fixes - and added the slideToggle method.
John Resig [Thu, 24 Aug 2006 19:43:21 +0000 (19:43 +0000)]
Fixed some bugs, improved the quality of some of the variables.
John Resig [Tue, 22 Aug 2006 07:32:25 +0000 (07:32 +0000)]
Added a bunch of fixes for AJAX timeouts, etc. in Safari.
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.
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.
John Resig [Mon, 21 Aug 2006 19:36:44 +0000 (19:36 +0000)]
Updated the licensing information.
John Resig [Sun, 20 Aug 2006 21:58:30 +0000 (21:58 +0000)]
Fixed issue with $( obj, jQuery ) breaking the original jQuery object.
John Resig [Fri, 18 Aug 2006 04:37:41 +0000 (04:37 +0000)]
Added .removeAttr().
John Resig [Fri, 18 Aug 2006 04:27:57 +0000 (04:27 +0000)]
Added support for :selected.
John Resig [Fri, 18 Aug 2006 04:13:13 +0000 (04:13 +0000)]
Fixed an issue with how CSS property methods were being handled.
John Resig [Thu, 17 Aug 2006 05:14:50 +0000 (05:14 +0000)]
Added a new clone function.
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.
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.
John Resig [Thu, 17 Aug 2006 03:08:13 +0000 (03:08 +0000)]
A bunch of fixes for thead/tbody related bugs.
John Resig [Thu, 17 Aug 2006 02:38:34 +0000 (02:38 +0000)]
Fixed the issue with queued effects becoming corrupted.
John Resig [Wed, 16 Aug 2006 21:20:38 +0000 (21:20 +0000)]
Updated the README to be more explanatory.
John Resig [Wed, 16 Aug 2006 21:14:03 +0000 (21:14 +0000)]
Added in a new Ant build script.
John Resig [Tue, 15 Aug 2006 04:40:21 +0000 (04:40 +0000)]
Added fix for multiple attribute selectors w/ test cases.
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.
John Resig [Mon, 14 Aug 2006 02:17:22 +0000 (02:17 +0000)]
Fixed some formatting errors with the output of lite.
John Resig [Mon, 14 Aug 2006 02:00:28 +0000 (02:00 +0000)]
Added a README file to help explain the new build process.
John Resig [Mon, 14 Aug 2006 01:49:14 +0000 (01:49 +0000)]
Added the new pack script.
John Resig [Mon, 14 Aug 2006 01:47:47 +0000 (01:47 +0000)]
Added additional changes to the test suite.
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.
John Resig [Sun, 13 Aug 2006 21:09:19 +0000 (21:09 +0000)]
Removed the lib directory, will be generated automatically.
John Resig [Sun, 13 Aug 2006 20:01:26 +0000 (20:01 +0000)]
Moved the test directory.
John Resig [Sun, 13 Aug 2006 19:12:58 +0000 (19:12 +0000)]
Quick change to the license.
John Resig [Sun, 13 Aug 2006 19:08:39 +0000 (19:08 +0000)]
More fixes 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.
John Resig [Sun, 13 Aug 2006 18:39:29 +0000 (18:39 +0000)]
Removed old docs directory.