Commit graph

  • 484af2a45a About half done documenting the AJAX module. John Resig 2006-09-01 06:50:35 +00:00
  • 34d40c3aee Documented the slideToggle() and animate() functions. John Resig 2006-09-01 06:31:44 +00:00
  • 2a921daaa7 Documented some more functions. John Resig 2006-09-01 06:22:39 +00:00
  • c8009abcce Lots of documentation overhaul - much more documented, cat output works better now. John Resig 2006-09-01 05:52:26 +00:00
  • 805d21c236 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. John Resig 2006-09-01 02:43:54 +00:00
  • 18e563abe5 Fix check for browser.mozilla so that Safari is not flagged as mozilla. Corey Jewett 2006-08-31 23:30:29 +00:00
  • 288b1a6730 Fixed a handful of places where $() was used explicitly, rather than jQuery(). Corey Jewett 2006-08-31 21:44:24 +00:00
  • bcc8a83705 Broke >, ~, +, etc - fixed. 1.0.1 1.0 John Resig 2006-08-31 17:26:31 +00:00
  • a2206b784e Oops, syntax error. John Resig 2006-08-31 08:14:33 +00:00
  • d2529835be Added native support for JSON data. John Resig 2006-08-31 06:32:27 +00:00
  • fb534aea03 Added support for the native AJAX object in IE 7. John Resig 2006-08-31 06:30:44 +00:00
  • e23c047e78 Added fix for stray <script> element that was left for IE for the DOMReady check. John Resig 2006-08-31 05:21:16 +00:00
  • 45a3c06e8f Added fix for broken $("../..",foo). John Resig 2006-08-31 05:16:50 +00:00
  • 3f47d3b8f5 Fixed issue with .attr( "disabled", false ) not working properly. John Resig 2006-08-31 04:27:30 +00:00
  • b27be158f2 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 2006-08-31 04:22:45 +00:00
  • 78a7cf63f6 Fixed issue with comment text being included in .text() results. John Resig 2006-08-31 04:19:59 +00:00
  • a4ec609b6a Fixed issue with .val() not working properly. John Resig 2006-08-31 04:16:23 +00:00
  • 6ceecc520a Apparently I accidentally removed :nth-chlid()... uhh - oops? John Resig 2006-08-31 04:13:39 +00:00
  • f404d2c395 Fixed issue with .remove() not working correctly. John Resig 2006-08-31 04:05:57 +00:00
  • f7efcc858d Fixed issue with .children(). John Resig 2006-08-31 03:59:51 +00:00
  • c0e4280282 Fixed the issue with jQuery not packing correctly for Safari. John Resig 2006-08-28 06:19:13 +00:00
  • 0382a490f5 Added .not() test case. John Resig 2006-08-26 22:39:14 +00:00
  • 0f458cf806 Added a bunch of documentation fixes. John Resig 2006-08-26 16:50:31 +00:00
  • 48ec10044f Added in a bunch of fx fixes - and hide/show/toggle are decoupled from later methods. John Resig 2006-08-26 03:51:03 +00:00
  • a2af24b064 Quick bug fix, formatted pack better. John Resig 2006-08-26 00:43:41 +00:00
  • 94fc6aac19 Added a fix for the Safari computedStyle bug. John Resig 2006-08-25 21:22:21 +00:00
  • 906478800d Fixed some bugs with the test suite and fixed a bug with setting attributes. John Resig 2006-08-25 18:38:24 +00:00
  • 7caca06cfc Fixed the giant negative number issue that Opera was having. John Resig 2006-08-24 23:45:39 +00:00
  • 23e255015f Added fix for non-standard CSS attributes in IE. John Resig 2006-08-24 23:10:54 +00:00
  • 8a1adfcd2a Added in some more bug fixes - and added the slideToggle method. John Resig 2006-08-24 21:30:21 +00:00
  • ccf9d44062 Fixed some bugs, improved the quality of some of the variables. John Resig 2006-08-24 19:43:21 +00:00
  • 874e4f65ee Added a bunch of fixes for AJAX timeouts, etc. in Safari. John Resig 2006-08-22 07:32:25 +00:00
  • 25802e8bd0 Added a step callback to be executed on every step of an fx animation. John Resig 2006-08-22 05:35:48 +00:00
  • ccabf2823b 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 2006-08-22 05:00:07 +00:00
  • 5ae02b2ecd Updated the licensing information. John Resig 2006-08-21 19:36:44 +00:00
  • 8ff329b0f3 Fixed issue with $( obj, jQuery ) breaking the original jQuery object. John Resig 2006-08-20 21:58:30 +00:00
  • 367abc373b Added .removeAttr(). John Resig 2006-08-18 04:37:41 +00:00
  • b91f8a9e30 Added support for :selected. John Resig 2006-08-18 04:27:57 +00:00
  • 065cd7ecf6 Fixed an issue with how CSS property methods were being handled. John Resig 2006-08-18 04:13:13 +00:00
  • 2a4c269a9b Added a new clone function. John Resig 2006-08-17 05:14:50 +00:00
  • 26580d2675 Made some minor fixes to how content-type and context is handled on remote XML files. John Resig 2006-08-17 05:11:34 +00:00
  • 5ec5de6953 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 2006-08-17 04:18:32 +00:00
  • fe392e6a74 A bunch of fixes for thead/tbody related bugs. John Resig 2006-08-17 03:08:13 +00:00
  • ec38c6086c Fixed the issue with queued effects becoming corrupted. John Resig 2006-08-17 02:38:34 +00:00
  • 9c173f754c Updated the README to be more explanatory. John Resig 2006-08-16 21:20:38 +00:00
  • b9e216ca75 Added in a new Ant build script. John Resig 2006-08-16 21:14:03 +00:00
  • afbd2e37c9 Added fix for multiple attribute selectors w/ test cases. John Resig 2006-08-15 04:40:21 +00:00
  • 269ff25860 Changed the -n flag of cp to -f, not equivalent, but it gets the job done. John Resig 2006-08-14 03:54:44 +00:00
  • 7e5a2bd738 Fixed some formatting errors with the output of lite. John Resig 2006-08-14 02:17:22 +00:00
  • f8402b9a08 Added a README file to help explain the new build process. John Resig 2006-08-14 02:00:28 +00:00
  • ba79495789 Added the new pack script. John Resig 2006-08-14 01:49:14 +00:00
  • 76ac10ed1f Added additional changes to the test suite. John Resig 2006-08-14 01:47:47 +00:00
  • 7448c61ee2 Massive overhauls to the test suite - it is now generated dynamically, along with the documentation. John Resig 2006-08-14 01:46:05 +00:00
  • 61aab47bcf Removed the lib directory, will be generated automatically. John Resig 2006-08-13 21:09:19 +00:00
  • e943090a72 Moved the test directory. John Resig 2006-08-13 20:01:26 +00:00
  • 0cd3821ac2 Quick change to the license. John Resig 2006-08-13 19:12:58 +00:00
  • 9bdfc671fc More fixes to the build system. John Resig 2006-08-13 19:08:39 +00:00
  • fc5ab8d655 Made a bunch of changes to the build system. John Resig 2006-08-13 18:58:58 +00:00
  • 0307071d9e Removed old docs directory. John Resig 2006-08-13 18:39:29 +00:00
  • 51dd3736eb Moved docs stuff to build, to be created when the docs are actually built. John Resig 2006-08-13 18:38:51 +00:00
  • 6c3314abed Updated the doc js to remove old code. John Resig 2006-08-13 18:36:50 +00:00
  • c3a32e2964 Moved the plugins down a level. John Resig 2006-08-13 17:30:41 +00:00
  • eb1c972323 Built files accidentally included. John Resig 2006-08-13 15:28:35 +00:00
  • f01c002f26 Added the new Makefile. John Resig 2006-08-13 15:26:26 +00:00
  • e7a29e4239 Moved the tests into jQuery proper. John Resig 2006-08-13 15:24:52 +00:00
  • 139a9cd7d4 Moved some more files around. John Resig 2006-08-13 15:22:02 +00:00
  • 7d4bf97254 Moved some more of the build files around. John Resig 2006-08-13 15:15:15 +00:00
  • 991390e242 Added the inital build directory. John Resig 2006-08-13 15:12:35 +00:00
  • 1dbdf43658 Moved plugins to the new plugin directory. John Resig 2006-08-13 14:52:14 +00:00
  • f3ac04e593 Created the new plugins directory. John Resig 2006-08-13 14:51:02 +00:00
  • a42a8e5afa Moved all the jQuery source to the new src directory. John Resig 2006-08-13 14:49:54 +00:00
  • f342a1a09a Added the new src directory. John Resig 2006-08-13 14:46:11 +00:00
  • 8cef646d17 First commit of the new doc system. John Resig 2006-08-13 03:05:31 +00:00
  • 41c94b4688 Fixed semicolon error in event. John Resig 2006-08-13 02:59:19 +00:00
  • 8aca450f43 Applied patch provided by Taku Sano fixing the compression errors. John Resig 2006-08-13 01:29:27 +00:00
  • 6a47e28340 Updated the docs for a number of methods. John Resig 2006-08-12 23:08:44 +00:00
  • db85661c05 Updated the build script to generate the docs too. John Resig 2006-08-12 23:08:16 +00:00
  • 6a50758086 Fixed some bugs with attribute handling. John Resig 2006-08-09 05:44:25 +00:00
  • f2d4bffcc7 Added all the new documentation files. John Resig 2006-08-09 05:44:05 +00:00
  • 49747af6b1 Gilles van den Hoven 2006-08-01 09:23:44 +00:00
  • 340b553369 Fixed issue with "to" macros. John Resig 2006-08-01 07:35:37 +00:00
  • 82e0a5a810 Fixed two bugs with togglling. John Resig 2006-07-30 23:07:00 +00:00
  • 879225b3ae Fixed the nested comment issue. John Resig 2006-07-30 04:21:39 +00:00
  • ed867fe6f8 Massive documentation updates, only thing left to do is ajax.js. John Resig 2006-07-29 04:17:07 +00:00
  • 44e4c188dd Fixed issue with hide() notn reverting back to the correct display type. John Resig 2006-07-28 04:54:50 +00:00
  • 5d0b503c6d Added my one fun thing for the night: jQuery.each, inspired by Dean Edwards' work. John Resig 2006-07-28 04:39:22 +00:00
  • efe0fef880 Fixed bug with parents/siblings, etc. John Resig 2006-07-28 04:06:35 +00:00
  • 2f023fdd21 Fixed annoying $()/Array bug. John Resig 2006-07-28 03:32:43 +00:00
  • 785d500cac Made some changes to the form plugin, to simplify it and bring it up to date. John Resig 2006-07-26 15:44:56 +00:00
  • 6e868bb091 Events that fire after the browser has already moved to another page no longer fire incorrectly. John Resig 2006-07-25 20:20:18 +00:00
  • aa5c4d8828 Fixed width/height animations don't lapse back to auto. There's no longer a flicker for fixed sized items. The overflow for items is no longer tampered with, if it doesn't have to be. .cur() is used for all animations in place of .max(), with much better results. John Resig 2006-07-24 06:06:59 +00:00
  • 0a4dc3f8f2 Make sure that camel case is passed in to currentStyle. John Resig 2006-07-24 03:56:46 +00:00
  • 9e37da96d1 Fixed the opacity problems with IE & animations. John Resig 2006-07-24 03:50:15 +00:00
  • 29a0591421 IE flicker has been killed and setAuto now works in Firefox and IE. John Resig 2006-07-24 03:09:35 +00:00
  • a03b3fd3e4 Added some memory leak protection. John Resig 2006-07-17 04:57:07 +00:00
  • 2d31381a57 Made a number of changes/improvements to how the effects are handled. John Resig 2006-07-17 04:33:16 +00:00
  • 274d8b7927 Fixed flickering an auto in all browsers but IE. John Resig 2006-07-17 03:40:18 +00:00
  • 954554e239 Fixed issue with broken .trigger(). John Resig 2006-07-17 02:08:00 +00:00
  • 82e217c70c Added fix for dealing with IE dom ready on https. John Resig 2006-07-17 02:05:04 +00:00
  • e8627fe155 Minor bug fixes. John Resig 2006-07-17 01:49:55 +00:00