Commit graph

183 commits

Author SHA1 Message Date
John Resig 51dd3736eb Moved docs stuff to build, to be created when the docs are actually built. 2006-08-13 18:38:51 +00:00
John Resig 6c3314abed Updated the doc js to remove old code. 2006-08-13 18:36:50 +00:00
John Resig c3a32e2964 Moved the plugins down a level. 2006-08-13 17:30:41 +00:00
John Resig eb1c972323 Built files accidentally included. 2006-08-13 15:28:35 +00:00
John Resig f01c002f26 Added the new Makefile. 2006-08-13 15:26:26 +00:00
John Resig e7a29e4239 Moved the tests into jQuery proper. 2006-08-13 15:24:52 +00:00
John Resig 139a9cd7d4 Moved some more files around. 2006-08-13 15:22:02 +00:00
John Resig 7d4bf97254 Moved some more of the build files around. 2006-08-13 15:15:15 +00:00
John Resig 991390e242 Added the inital build directory. 2006-08-13 15:12:35 +00:00
John Resig 1dbdf43658 Moved plugins to the new plugin directory. 2006-08-13 14:52:14 +00:00
John Resig f3ac04e593 Created the new plugins directory. 2006-08-13 14:51:02 +00:00
John Resig a42a8e5afa Moved all the jQuery source to the new src directory. 2006-08-13 14:49:54 +00:00
John Resig f342a1a09a Added the new src directory. 2006-08-13 14:46:11 +00:00
John Resig 8cef646d17 First commit of the new doc system. 2006-08-13 03:05:31 +00:00
John Resig 41c94b4688 Fixed semicolon error in event. 2006-08-13 02:59:19 +00:00
John Resig 8aca450f43 Applied patch provided by Taku Sano fixing the compression errors. 2006-08-13 01:29:27 +00:00
John Resig 6a47e28340 Updated the docs for a number of methods. 2006-08-12 23:08:44 +00:00
John Resig db85661c05 Updated the build script to generate the docs too. 2006-08-12 23:08:16 +00:00
John Resig 6a50758086 Fixed some bugs with attribute handling. 2006-08-09 05:44:25 +00:00
John Resig f2d4bffcc7 Added all the new documentation files. 2006-08-09 05:44:05 +00:00
Gilles van den Hoven 49747af6b1 2006-08-01 09:23:44 +00:00
John Resig 340b553369 Fixed issue with "to" macros. 2006-08-01 07:35:37 +00:00
John Resig 82e0a5a810 Fixed two bugs with togglling. 2006-07-30 23:07:00 +00:00
John Resig 879225b3ae Fixed the nested comment issue. 2006-07-30 04:21:39 +00:00
John Resig ed867fe6f8 Massive documentation updates, only thing left to do is ajax.js. 2006-07-29 04:17:07 +00:00
John Resig 44e4c188dd Fixed issue with hide() notn reverting back to the correct display type. 2006-07-28 04:54:50 +00:00
John Resig 5d0b503c6d Added my one fun thing for the night: jQuery.each, inspired by Dean Edwards' work. 2006-07-28 04:39:22 +00:00
John Resig efe0fef880 Fixed bug with parents/siblings, etc. 2006-07-28 04:06:35 +00:00
John Resig 2f023fdd21 Fixed annoying $()/Array bug. 2006-07-28 03:32:43 +00:00
John Resig 785d500cac Made some changes to the form plugin, to simplify it and bring it up to date. 2006-07-26 15:44:56 +00:00
John Resig 6e868bb091 Events that fire after the browser has already moved to another page no longer fire incorrectly. 2006-07-25 20:20:18 +00:00
John Resig 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. 2006-07-24 06:06:59 +00:00
John Resig 0a4dc3f8f2 Make sure that camel case is passed in to currentStyle. 2006-07-24 03:56:46 +00:00
John Resig 9e37da96d1 Fixed the opacity problems with IE & animations. 2006-07-24 03:50:15 +00:00
John Resig 29a0591421 IE flicker has been killed and setAuto now works in Firefox and IE. 2006-07-24 03:09:35 +00:00
John Resig a03b3fd3e4 Added some memory leak protection. 2006-07-17 04:57:07 +00:00
John Resig 2d31381a57 Made a number of changes/improvements to how the effects are handled. 2006-07-17 04:33:16 +00:00
John Resig 274d8b7927 Fixed flickering an auto in all browsers but IE. 2006-07-17 03:40:18 +00:00
John Resig 954554e239 Fixed issue with broken .trigger(). 2006-07-17 02:08:00 +00:00
John Resig 82e217c70c Added fix for dealing with IE dom ready on https. 2006-07-17 02:05:04 +00:00
John Resig e8627fe155 Minor bug fixes. 2006-07-17 01:49:55 +00:00
John Resig 4737936c0b Added overflow fix. 2006-07-16 20:57:18 +00:00
John Resig f4c67b7c5a Added some .css() fixes. 2006-07-16 20:10:37 +00:00
John Resig 57403c1be2 Changed how the new parser works and fixed a bug with :hidden/:visible. 2006-07-16 19:39:07 +00:00
John Resig 98bd178cb0 Made the parsing engine extensible. 2006-07-16 18:23:09 +00:00
John Resig f5f6cbc8c0 Fixed issues with oneEvent events. 2006-07-16 00:52:30 +00:00
John Resig 7d57c67749 Some more quick fixes. 2006-07-15 01:00:19 +00:00
Yehuda Katz b84acca057 Commented show, hide, toggle, addClass, removeClass, toggleClass, empty, bind, unbind, trigger
TODO: remove
2006-07-14 03:05:52 +00:00
John Resig 3d334ad806 Added a fix for the context of events. 2006-07-13 19:53:04 +00:00
Yehuda Katz 8192bd8e91 Commented parent, ancestors, parents, next, prev, and siblings.
Previously commented filter, not, and add
2006-07-13 04:37:06 +00:00