jquery.git
2006-07-13 Yehuda Katz(no commit message)
2006-07-13 John ResigTest Commit.
2006-07-10 John ResigMore bug fixes and added documentation - passes the...
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 ResigAdded a fix for the hover mouseover/mouseout problem.
2006-07-05 John ResigFixed the stupid parent() bug.
2006-07-05 John ResigFixed the issue with .text() returning incorrect results.
2006-07-05 John ResigFixed the document.ready addEventListener issue.
2006-07-05 John ResigAdded a possible fix for document.ready on https: sites...
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-04 John ResigForgot to check for the non-existance of a complete...
2006-07-04 John ResigHelp to squelch unnecessary Mozilla exceptions.
2006-07-04 John ResigAdded in a couple AJAX fixes for status and content...
2006-07-03 John ResigMade a bunch of changes to the way that the $() compata...
2006-07-02 Michael GearyFix jQuery.httpData to allow forcing of text data
2006-07-01 John ResigGetting ready for 1.0a.
2006-06-27 Gilles van... Bah i need some sleep...
2006-06-27 Gilles van... bah, forgot to test it, this is the fix
2006-06-27 Gilles van... fix for $.fn.serialize bug (see mailinglist)
2006-06-24 Gilles van... see mailnglist
2006-06-23 John ResigForgot to change $.apply() to fn.apply().
2006-06-22 John ResigMade some tweaks to the different AJAX callbacks.
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-22 John ResigDid a lot of work on the form plugin. Re-worked the...
2006-06-21 Gilles van... updated the builders with form.js
2006-06-21 Gilles van... added the form functions from my latest complete versio...
2006-06-20 John ResigThere was an issue with my table/tbody detection.
2006-06-19 John ResigThe AJAX plugin is now fully documented, along with...
2006-06-19 John ResigI've cleaned up and documented the events plugin, it...
2006-06-18 John ResigStarted the form plugin, moving stuff from AJAX over...
2006-06-18 John ResigFixed the double-firing IE bug. (Ticket #13)
2006-06-18 John ResigImproved the robustness of the response codes based...
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... $.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...
next