Commit graph

3561 commits

Author SHA1 Message Date
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
Yehuda Katz 470a807dea 2006-07-13 04:21:15 +00:00
John Resig a155231ffd Test Commit. 2006-07-13 04:05:08 +00:00
John Resig 9477c418db More bug fixes and added documentation - passes the test suite now. 2006-07-10 03:20:56 +00:00
John Resig df9c37ec85 Another massive commit - lots of changes, additions, removals - and more documentation. 2006-07-09 20:49:40 +00:00
John Resig 4ad5fcb4f7 First batch of doc/commenting additions. 2006-07-08 21:15:08 +00:00
John Resig e2c2a9392e Added document.ready shortcut to $(). 2006-07-07 00:31:27 +00:00
John Resig 414d059941 Fixed a bug where nothing was passed in to $(), it would bomb out. 2006-07-06 22:09:39 +00:00
John Resig 214007721c Fixed a bug with how pushStack was checking for arrays. 2006-07-06 20:48:38 +00:00
John Resig 586e36867b Finally squared away the latest pushStack revisions and $()[] code. jQuery is now an array! and it's non-destructive, if you want it to be! 2006-07-06 19:59:16 +00:00
John Resig 7f1c69041d Fixed a bug with space-less [@foo*=bar]. 2006-07-06 16:04:12 +00:00
John Resig 0a9c569839 Bug fix with how global event triggers are handled. 2006-07-06 14:50:56 +00:00
John Resig 64179692a0 Added in support for global event triggering. 2006-07-06 05:43:26 +00:00
John Resig b2d15586bd Added a bunch of improved support for DOM Element arrays - along with a new $.A( ... ) function. 2006-07-06 05:16:39 +00:00
John Resig 9b6df19cc4 Multi-filtering is now in place, you can do:
$("div").filter(".this,.or,.that")
and find all elements that match any of the three expressions.
2006-07-05 17:12:35 +00:00
John Resig 3811ac4b5c Fixed a problem with incorrect height/width being reported both in quirks mode (in IE) and by the box model. Also added a nice new $.swap() scoping function. 2006-07-05 04:14:46 +00:00
John Resig f197c7469f .remove() is no longer destructive (so that appendTo can be used later). 2006-07-05 02:09:38 +00:00
John Resig fde7edc456 Added a fix for the hover mouseover/mouseout problem. 2006-07-05 02:07:20 +00:00
John Resig 32548da247 Fixed the stupid parent() bug. 2006-07-05 02:03:38 +00:00
John Resig f96c860bbd Fixed the issue with .text() returning incorrect results. 2006-07-05 02:01:24 +00:00
John Resig a208222f37 Fixed the document.ready addEventListener issue. 2006-07-05 01:48:00 +00:00
John Resig aaaa9eb2f3 Added a possible fix for document.ready on https: sites, in IE. 2006-07-05 01:42:12 +00:00
John Resig 4531ab1324 Fixed a bug with $.map() and undefined values. 2006-07-04 04:37:09 +00:00