Commit Graph

77 Commits

Author SHA1 Message Date
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
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
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
4531ab1324 Fixed a bug with $.map() and undefined values. 2006-07-04 04:37:09 +00:00
John Resig
0027439156 Added a fix for IE for binding events onto IFrame content. 2006-07-04 02:19:41 +00:00
John Resig
abf3054667 Made a bunch of changes to the way that the $() compatability code is handled. 2006-07-03 22:31:37 +00:00
John Resig
73f55becc5 Getting ready for 1.0a. 2006-07-01 14:05:50 +00:00
John Resig
0fd3648d45 Added in both of Franck's suggested fixes jQuery.class and "foo" + "bar".split(","). 2006-06-22 21:37:18 +00:00
John Resig
6ae392a4e5 Updated global namespaces. 2006-06-22 20:14:41 +00:00
John Resig
3cc1ba05f3 Organized the event functions. 2006-06-22 13:25:21 +00:00
John Resig
07040f8d03 Happy 100th commit, jQuery! 2006-06-22 05:26:26 +00:00
John Resig
c3c706d3f2 Massive update, bugs, filesize, new features - getting ready for 1.0. 2006-06-22 05:23:38 +00:00
John Resig
057381c70d There was an issue with my table/tbody detection. 2006-06-20 15:42:10 +00:00
John Resig
8f52a2e0e9 Operation "Remove JSLint Changes" has begun. 2006-06-18 01:29:53 +00:00
John Resig
d143f76973 Changed border stuff to borderTopWidth (Ticket #9) 2006-06-18 01:23:08 +00:00
Gilles van den Hoven
d584a884b6 $.getCSS (see bug #11) 2006-06-17 09:10:45 +00:00
John Resig
7ebe209b32 Fixed not being able to set the disabled value of an element using .attr(). Ticket #8 2006-06-16 02:25:10 +00:00
John Resig
7eb6a25d5e Fixed issues with @* and @foo selectors. Ticket #2 2006-06-16 02:18:04 +00:00
John Resig
aabfccf371 Added Klaus' fix for accidental DOM node catches (Ticket #3). 2006-06-16 01:51:15 +00:00
John Resig
44590a5d84 You can now append and prepend into a table that doesn't have a tbody. 2006-06-16 00:45:02 +00:00
John Resig
cb3eada739 It's now possible to add <td>s and <th>s to a table, using only HTML. 2006-06-16 00:33:55 +00:00
John Resig
894fc4b280 Removed recent cssText addition, doesn't work as expected. 2006-06-16 00:22:00 +00:00
John Resig
9e27d8d1b4 Changed the window.location hack to be more specific (and documented). 2006-06-16 00:18:15 +00:00
John Resig
d9b1d3436a $.css() now accounts for borders in addition to padding when calculating the height/width of an element. 2006-06-16 00:09:51 +00:00
John Resig
a70ab6564b Added checks for the box model. 2006-06-16 00:05:56 +00:00
John Resig
34dd8afb25 Fake trigger events now get passed through $.event.fix() first, to give them an extra layer of authenticity. 2006-06-16 00:02:54 +00:00
Gilles van den Hoven
f9dbb9f73a changed ID selector code 2006-06-15 10:02:37 +00:00
John Resig
268c82a903 FX Queueing added. Effects no longer mess up causing weird results. 2006-06-15 04:48:52 +00:00
John Resig
dea1925049 Fixed height/width issues that happend due to the box model, in $.css(). 2006-06-15 02:27:18 +00:00
John Resig
25f5af1bcb Reverted back a $.tag change. 2006-06-14 17:31:09 +00:00
John Resig
582075e965 Added Mike Alsup's style/cssText fix and made a quick typeof change. 2006-06-13 04:09:56 +00:00
John Resig
83c7532161 Fixed appending rows to a table. 2006-06-13 02:20:15 +00:00
John Resig
4b6bcb235f Fixed another bug with retreiving elements by ID. 2006-06-11 18:27:31 +00:00