Another massive commit - lots of changes, additions, removals - and more documentation.
[jquery.git] / jquery /
2006-07-09 John ResigAnother massive commit - lots of changes, additions...
2006-07-08 John ResigFirst batch of doc/commenting additions.
2006-07-07 John ResigAdded document.ready shortcut to $().
2006-07-06 John ResigFixed a bug where nothing was passed in to $(), it...
2006-07-06 John ResigFixed a bug with how pushStack was checking for arrays.
2006-07-06 John ResigFinally squared away the latest pushStack revisions...
2006-07-06 John ResigFixed a bug with space-less [@foo*=bar].
2006-07-06 John ResigBug fix with how global event triggers are handled.
2006-07-06 John ResigAdded in support for global event triggering.
2006-07-06 John ResigAdded a bunch of improved support for DOM Element array...
2006-07-05 John ResigMulti-filtering is now in place, you can do:
2006-07-05 John ResigFixed a problem with incorrect height/width being repor...
2006-07-05 John Resig.remove() is no longer destructive (so that appendTo...
2006-07-05 John ResigFixed the stupid parent() bug.
2006-07-05 John ResigFixed the issue with .text() returning incorrect results.
2006-07-04 John ResigFixed a bug with $.map() and undefined values.
2006-07-04 John ResigAdded a fix for IE for binding events onto IFrame content.
2006-07-03 John ResigMade a bunch of changes to the way that the $() compata...
2006-07-01 John ResigGetting ready for 1.0a.
2006-06-22 John ResigAdded in both of Franck's suggested fixes jQuery.class...
2006-06-22 John ResigUpdated global namespaces.
2006-06-22 John ResigOrganized the event functions.
2006-06-22 John ResigHappy 100th commit, jQuery!
2006-06-22 John ResigMassive update, bugs, filesize, new features - getting...
2006-06-20 John ResigThere was an issue with my table/tbody detection.
2006-06-18 John ResigOperation "Remove JSLint Changes" has begun.
2006-06-18 John ResigChanged border stuff to borderTopWidth (Ticket #9)
2006-06-17 Gilles van den Hoven$.getCSS (see bug #11)
2006-06-16 John ResigFixed not being able to set the disabled value of an...
2006-06-16 John ResigFixed issues with @* and @foo selectors. Ticket #2
2006-06-16 John ResigAdded Klaus' fix for accidental DOM node catches (Ticke...
2006-06-16 John ResigYou can now append and prepend into a table that doesn...
2006-06-16 John ResigIt's now possible to add <td>s and <th>s to a table...
2006-06-16 John ResigRemoved recent cssText addition, doesn't work as expected.
2006-06-16 John ResigChanged the window.location hack to be more specific...
2006-06-16 John Resig$.css() now accounts for borders in addition to padding...
2006-06-16 John ResigAdded checks for the box model.
2006-06-16 John ResigFake trigger events now get passed through $.event...
2006-06-15 Gilles van den Hovenchanged ID selector code
2006-06-15 John ResigFX Queueing added. Effects no longer mess up causing...
2006-06-15 John ResigFixed height/width issues that happend due to the box...
2006-06-14 John ResigReverted back a $.tag change.
2006-06-13 John ResigAdded Mike Alsup's style/cssText fix and made a quick...
2006-06-13 John ResigFixed appending rows to a table.
2006-06-11 John ResigFixed another bug with retreiving elements by ID.
2006-06-11 John ResigFixed an issue with #id expression parsing, an issue...
2006-06-09 Gilles van den Hovenchanged $.execute back to eval()
2006-06-08 Gilles van den HovenBugs fixxed:
2006-06-06 Gilles van den Hovenname == id bug, second attempt
2006-06-05 John ResigRemoved unnecessary instances of === or !==.
2006-05-27 Gilles van den Hoven-----
2006-05-17 John ResigMade sure that $.event.handle() always has some form...
2006-05-17 John ResigFixed bug with $.attr(), it was attempting to set attri...
2006-05-17 John ResigAdded some final global variable tweaks - no more names...
2006-05-17 John ResigNot only does it pass the default JSLint settings,...
2006-05-16 John ResigFixed two quick bugs from the JSLint overhaul.
2006-05-16 John ResigjQuery is now JSLint (jslint.com) compatible, save...
2006-05-12 John ResigSafari has problems with throw? Commented out for now...
2006-05-02 John ResigAieeeeee!! removeClass bug fixed. I'm so dumb.
2006-04-22 John ResigUpdated licensing info.
2006-04-10 John ResigExtra spaces weren't being removed with removeClass...
2006-04-09 John Resig$().css("foo") now returns the value of $.css("foo...
2006-04-06 John ResigUpdated core code to mirror what's in the web version...
2006-03-27 John ResigAdded checks to triggerEvent for optional data and...
2006-03-23 John ResigFixed a bug with append and Prototype 1.5 (via Audun).
2006-03-23 John ResigFixed more formatting/tab problems.
2006-03-23 John ResigI've begun the long process of fixing the messed up...
2006-03-22 John ResigAdded new parents, parent and siblings functions.
2006-03-22 John ResigAdded svn:keywords to jQuery core.
2006-03-22 John ResigAdded versioning info into the jQuery core.
2006-03-22 John ResigAnd again for the core JS file.
2006-03-22 John ResigRenamed the jQuery Core to simply jquery.