aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a fix for the context of events.John Resig2006-07-131-15/+14
|
* Commented parent, ancestors, parents, next, prev, and siblings.Yehuda Katz2006-07-131-0/+87
| | | | Previously commented filter, not, and add
* (no commit message)Yehuda Katz2006-07-131-4/+155
|
* Test Commit.John Resig2006-07-131-106/+108
|
* More bug fixes and added documentation - passes the test suite now.John Resig2006-07-104-518/+563
|
* Another massive commit - lots of changes, additions, removals - and more ↵John Resig2006-07-091-546/+842
| | | | documentation.
* First batch of doc/commenting additions.John Resig2006-07-081-214/+336
|
* Added document.ready shortcut to $().John Resig2006-07-071-0/+4
|
* Fixed a bug where nothing was passed in to $(), it would bomb out.John Resig2006-07-061-3/+4
|
* Fixed a bug with how pushStack was checking for arrays.John Resig2006-07-061-3/+3
|
* Finally squared away the latest pushStack revisions and $()[] code. jQuery ↵John Resig2006-07-061-39/+66
| | | | is now an array! and it's non-destructive, if you want it to be!
* Fixed a bug with space-less [@foo*=bar].John Resig2006-07-061-3/+3
|
* Bug fix with how global event triggers are handled.John Resig2006-07-061-14/+14
|
* Added in support for global event triggering.John Resig2006-07-061-3/+23
|
* Added a bunch of improved support for DOM Element arrays - along with a new ↵John Resig2006-07-061-23/+49
| | | | $.A( ... ) function.
* Multi-filtering is now in place, you can do:John Resig2006-07-051-1/+9
| | | | | | $("div").filter(".this,.or,.that") and find all elements that match any of the three expressions.
* Fixed a problem with incorrect height/width being reported both in quirks ↵John Resig2006-07-051-31/+28
| | | | mode (in IE) and by the box model. Also added a nice new $.swap() scoping function.
* .remove() is no longer destructive (so that appendTo can be used later).John Resig2006-07-051-2/+3
|
* Added a fix for the hover mouseover/mouseout problem.John Resig2006-07-051-1/+3
|
* Fixed the stupid parent() bug.John Resig2006-07-051-1/+1
|
* Fixed the issue with .text() returning incorrect results.John Resig2006-07-051-5/+6
|
* Fixed the document.ready addEventListener issue.John Resig2006-07-051-3/+3
|
* Added a possible fix for document.ready on https: sites, in IE.John Resig2006-07-051-1/+1
|
* Fixed a bug with $.map() and undefined values.John Resig2006-07-041-1/+1
|
* Added a fix for IE for binding events onto IFrame content.John Resig2006-07-041-11/+17
|
* Forgot to check for the non-existance of a complete function.John Resig2006-07-041-1/+1
|
* Help to squelch unnecessary Mozilla exceptions.John Resig2006-07-041-3/+6
|
* Added in a couple AJAX fixes for status and content-type.John Resig2006-07-041-4/+5
|
* Made a bunch of changes to the way that the $() compatability code is handled.John Resig2006-07-031-32/+25
|
* Fix jQuery.httpData to allow forcing of text dataMichael Geary2006-07-021-4/+6
|
* Getting ready for 1.0a.1.0aJohn Resig2006-07-014-11/+56
|
* Bah i need some sleep...Gilles van den Hoven2006-06-271-1/+1
|
* bah, forgot to test it, this is the fixGilles van den Hoven2006-06-271-3/+1
|
* fix for $.fn.serialize bug (see mailinglist)Gilles van den Hoven2006-06-271-1/+1
|
* see mailnglistGilles van den Hoven2006-06-241-2/+2
|
* Forgot to change $.apply() to fn.apply().John Resig2006-06-231-5/+5
|
* Made some tweaks to the different AJAX callbacks.John Resig2006-06-221-17/+13
|
* Added in both of Franck's suggested fixes jQuery.class and "foo" + ↵John Resig2006-06-222-8/+8
| | | | "bar".split(",").
* Updated global namespaces.John Resig2006-06-224-238/+279
|
* Organized the event functions.John Resig2006-06-221-74/+74
|
* Happy 100th commit, jQuery!John Resig2006-06-221-2/+2
|
* Massive update, bugs, filesize, new features - getting ready for 1.0.John Resig2006-06-226-778/+641
|
* Did a lot of work on the form plugin. Re-worked the function names, ↵John Resig2006-06-221-121/+144
| | | | documentation, fixed some bugs - generally made things much more explicit and easier to understand.
* updated the builders with form.jsGilles van den Hoven2006-06-212-1/+2
|
* added the form functions from my latest complete version (rev 81)Gilles van den Hoven2006-06-211-0/+189
|
* There was an issue with my table/tbody detection.John Resig2006-06-201-4/+7
|
* The AJAX plugin is now fully documented, along with some bug fixes and new ↵John Resig2006-06-191-307/+178
| | | | features.
* I've cleaned up and documented the events plugin, it's close to being ready ↵John Resig2006-06-191-107/+163
| | | | for 1.0.
* Started the form plugin, moving stuff from AJAX over to it.John Resig2006-06-181-0/+0
|
* Fixed the double-firing IE bug. (Ticket #13)John Resig2006-06-181-6/+8
|