jquery.git
2006-08-31 Corey JewettFixed a handful of places where $() was used explicitly...
2006-08-31 John ResigBroke >, ~, +, etc - fixed.
2006-08-31 John ResigOops, syntax error.
2006-08-31 John ResigAdded native support for JSON data.
2006-08-31 John ResigAdded support for the native AJAX object in IE 7.
2006-08-31 John ResigAdded fix for stray <script> element that was left...
2006-08-31 John ResigAdded fix for broken $("../..",foo).
2006-08-31 John ResigFixed issue with .attr( "disabled", false ) not working...
2006-08-31 John ResigFixed issue with opacity being set to only 0.9999 for...
2006-08-31 John ResigFixed issue with comment text being included in .text...
2006-08-31 John ResigFixed issue with .val() not working properly.
2006-08-31 John ResigApparently I accidentally removed :nth-chlid()... uhh...
2006-08-31 John ResigFixed issue with .remove() not working correctly.
2006-08-31 John ResigFixed issue with .children().
2006-08-28 John ResigFixed the issue with jQuery not packing correctly for...
2006-08-26 John ResigAdded .not() test case.
2006-08-26 John ResigAdded a bunch of documentation fixes.
2006-08-26 John ResigAdded in a bunch of fx fixes - and hide/show/toggle...
2006-08-26 John ResigQuick bug fix, formatted pack better.
2006-08-25 John ResigAdded a fix for the Safari computedStyle bug.
2006-08-25 John ResigFixed some bugs with the test suite and fixed a bug...
2006-08-24 John ResigFixed the giant negative number issue that Opera was...
2006-08-24 John ResigAdded fix for non-standard CSS attributes in IE.
2006-08-24 John ResigAdded in some more bug fixes - and added the slideToggl...
2006-08-24 John ResigFixed some bugs, improved the quality of some of the...
2006-08-22 John ResigAdded a bunch of fixes for AJAX timeouts, etc. in Safari.
2006-08-22 John ResigAdded a step callback to be executed on every step...
2006-08-22 John ResigUpdated the documentation parser to work with categorie...
2006-08-21 John ResigUpdated the licensing information.
2006-08-20 John ResigFixed issue with $( obj, jQuery ) breaking the original...
2006-08-18 John ResigAdded .removeAttr().
2006-08-18 John ResigAdded support for :selected.
2006-08-18 John ResigFixed an issue with how CSS property methods were being...
2006-08-17 John ResigAdded a new clone function.
2006-08-17 John ResigMade some minor fixes to how content-type and context...
2006-08-17 John ResigAdded in a mess of AJAX fixes and optimisations, made...
2006-08-17 John ResigA bunch of fixes for thead/tbody related bugs.
2006-08-17 John ResigFixed the issue with queued effects becoming corrupted.
2006-08-16 John ResigUpdated the README to be more explanatory.
2006-08-16 John ResigAdded in a new Ant build script.
2006-08-15 John ResigAdded fix for multiple attribute selectors w/ test...
2006-08-14 John ResigChanged the -n flag of cp to -f, not equivalent, but...
2006-08-14 John ResigFixed some formatting errors with the output of lite.
2006-08-14 John ResigAdded a README file to help explain the new build process.
2006-08-14 John ResigAdded the new pack script.
2006-08-14 John ResigAdded additional changes to the test suite.
2006-08-14 John ResigMassive overhauls to the test suite - it is now generat...
2006-08-13 John ResigRemoved the lib directory, will be generated automatically.
2006-08-13 John ResigMoved the test directory.
2006-08-13 John ResigQuick change to the license.
2006-08-13 John ResigMore fixes to the build system.
2006-08-13 John ResigMade a bunch of changes to the build system.
2006-08-13 John ResigRemoved old docs directory.
2006-08-13 John ResigMoved docs stuff to build, to be created when the docs...
2006-08-13 John ResigUpdated the doc js to remove old code.
2006-08-13 John ResigMoved the plugins down a level.
2006-08-13 John ResigBuilt files accidentally included.
2006-08-13 John ResigAdded the new Makefile.
2006-08-13 John ResigMoved the tests into jQuery proper.
2006-08-13 John ResigMoved some more files around.
2006-08-13 John ResigMoved some more of the build files around.
2006-08-13 John ResigAdded the inital build directory.
2006-08-13 John ResigMoved plugins to the new plugin directory.
2006-08-13 John ResigCreated the new plugins directory.
2006-08-13 John ResigMoved all the jQuery source to the new src directory.
2006-08-13 John ResigAdded the new src directory.
2006-08-13 John ResigFirst commit of the new doc system.
2006-08-13 John ResigFixed semicolon error in event.
2006-08-13 John ResigApplied patch provided by Taku Sano fixing the compress...
2006-08-12 John ResigUpdated the docs for a number of methods.
2006-08-12 John ResigUpdated the build script to generate the docs too.
2006-08-09 John ResigFixed some bugs with attribute handling.
2006-08-09 John ResigAdded all the new documentation files.
2006-08-01 Gilles van... (no commit message)
2006-08-01 John ResigFixed issue with "to" macros.
2006-07-30 John ResigFixed two bugs with togglling.
2006-07-30 John ResigFixed the nested comment issue.
2006-07-29 John ResigMassive documentation updates, only thing left to do...
2006-07-28 John ResigFixed issue with hide() notn reverting back to the...
2006-07-28 John ResigAdded my one fun thing for the night: jQuery.each,...
2006-07-28 John ResigFixed bug with parents/siblings, etc.
2006-07-28 John ResigFixed annoying $()/Array bug.
2006-07-26 John ResigMade some changes to the form plugin, to simplify it...
2006-07-25 John ResigEvents that fire after the browser has already moved...
2006-07-24 John ResigFixed width/height animations don't lapse back to auto...
2006-07-24 John ResigMake sure that camel case is passed in to currentStyle.
2006-07-24 John ResigFixed the opacity problems with IE & animations.
2006-07-24 John ResigIE flicker has been killed and setAuto now works in...
2006-07-17 John ResigAdded some memory leak protection.
2006-07-17 John ResigMade a number of changes/improvements to how the effect...
2006-07-17 John ResigFixed flickering an auto in all browsers but IE.
2006-07-17 John ResigFixed issue with broken .trigger().
2006-07-17 John ResigAdded fix for dealing with IE dom ready on https.
2006-07-17 John ResigMinor bug fixes.
2006-07-16 John ResigAdded overflow fix.
2006-07-16 John ResigAdded some .css() fixes.
2006-07-16 John ResigChanged how the new parser works and fixed a bug with...
2006-07-16 John ResigMade the parsing engine extensible.
2006-07-16 John ResigFixed issues with oneEvent events.
2006-07-15 John ResigSome more quick fixes.
next