jquery.git
2006-06-18 John ResigChanged border stuff to borderTopWidth (Ticket #9)
2006-06-17 Gilles van... $.getCSS (see bug #11)
2006-06-16 Stefan PetreTest commit.
2006-06-16 John ResigDOMContentLoaded works in Opera 9b2+, so I have it...
2006-06-16 John ResigAdded onSuccess and onError callbacks for the $.xml...
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 ResigIE is now forced layout if it doesn't have it (such...
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 ResigAdded some of the fixes discussed over at Dean's blog...
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... changed ID selector code
2006-06-15 John ResigFX Queueing added. Effects no longer mess up causing...
2006-06-15 John ResigCleaned up the fx() function and fixed the height/width...
2006-06-15 John ResigFixed height/width issues that happend due to the box...
2006-06-14 John ResigAdding in the brand new, working, IE DOM Ready code...
2006-06-14 John ResigReverted back a $.tag change.
2006-06-13 John ResigAdded in some revised DOM Ready code, I've removed...
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 ResigAdded UNIX build script.
2006-06-11 John ResigI've completely resolved the known issues with document...
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-11 John ResigFound the bug that was killing slideUp/slideDown.
2006-06-10 Michael GearyRemoving test file from previous commit
2006-06-10 Michael GearyTest commit to see if it works from geary.jquery.com
2006-06-09 Gilles van... changed $.execute back to eval()
2006-06-09 Gilles van... BAT file to build the jquery SVN into 1 file, for easy...
2006-06-09 Gilles van... removed $.fn.changer by Marc's request and changed...
2006-06-08 Gilles van... Bugs fixxed:
2006-06-06 Gilles van... name == id bug, second attempt
2006-06-05 John ResigRemoved unnecessary instances of === or !==.
2006-06-03 Gilles van... $.eval bug ==> added ==> || ""
2006-06-03 Gilles van... little bug in $.fx.fadeTo
2006-06-02 Gilles van... Some errors in the formvalues() function
2006-06-01 Gilles van... (no commit message)
2006-05-31 Gilles van... see mailinglist
2006-05-31 Gilles van... $.fn.formValues;
2006-05-27 Gilles van... -----
2006-05-20 Gilles van... Rewrote $.xml a bit, cause the loading message got...
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 ResigFixed some bugs in the serialization code, it seems...
2006-05-17 Gilles van... Fixxed the form serialize function as seen on the maili...
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-16 Gilles van... forgot to remove the old serialize function
2006-05-16 Gilles van... Added my bugfixes and removed the triggerAjax and handl...
2006-05-12 John ResigSafari has problems with throw? Commented out for now...
2006-05-11 Gilles van... Quick test.
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-10 John ResigMade it so that the height/width auto is only called...
2006-04-09 John ResigStarted work on new attr plugin - will provide a ton...
2006-04-09 John Resig$().css("foo") now returns the value of $.css("foo...
2006-04-08 John ResigAdded fix to stop height/width of auto from occurring...
2006-04-08 John ResigAdded in handling for DOMContentLoaded for Mozilla...
2006-04-06 John ResigUpdated core code to mirror what's in the web version...
2006-03-27 John ResigAdded Ian Eure's (atomized.org) Drag and Drop code...
2006-03-27 John ResigAdded Ian Eure's (atomized.org) Drag and Drop code...
2006-03-27 John ResigAdded checks to triggerEvent for optional data and...
2006-03-27 John ResigAdded support for global AJAX callbacks and Form Serial...
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.
2006-03-22 John ResigNuked the browse directory - has been moved to web.
2006-03-22 John ResigAdded brief comment.
2006-03-22 John ResigInital Import.