jquery.git
2007-01-10 Jörn ZaeffererFixed eval code (Thanks Fil)
2007-01-10 Jörn ZaeffererDisable error reporting in PHP test files
2007-01-10 Jörn ZaeffererFixed tests for gt/lt
2007-01-10 Jörn ZaeffererAdded tests for almost everything in jquery/jquery...
2007-01-10 Jörn ZaeffererFixed add to also create HTML on-the-fly by using jQuer...
2007-01-10 Jörn ZaeffererAdded tests for add() and fixed #770
2007-01-10 John ResigFixed a bug with .append() and <td>/<tr>.
2007-01-10 John ResigMore jQuery.speed() fixes.
2007-01-10 John ResigFixed a bug in jQuery.speed(), when there's no properti...
2007-01-09 Jörn Zaefferertypo
2007-01-09 Jörn ZaeffererMoved event object docs to wiki
2007-01-09 Jörn ZaeffererRemoved duplicated show/hide/toggle, added test for...
2007-01-09 Jörn ZaeffererAdded tests for comma-separated expressions in filter...
2007-01-09 John ResigFixed .next() and .prev().
2007-01-09 Jörn ZaeffererAdded test for next/prev
2007-01-09 Jörn ZaeffererAdded test and fixed parents()
2007-01-09 John ResigAdded support for (basic) nested parens and (basic...
2007-01-08 Jörn ZaeffererAdded test for toggleClass, fixed jQuery.className...
2007-01-08 John ResigTouched up the changelog.
2007-01-08 John ResigWe're actually at Version 1.1a right now.
2007-01-08 John ResigPruned a lot of extra code out and improved how .html...
2007-01-08 John Resig.text( String ) now works as you'd expect it to, plus...
2007-01-08 John ResigFixed a bug in the jQuery.prop() addition and fixed...
2007-01-08 John ResigI broke out the ${...} functionality into a separate...
2007-01-08 John ResigFixed a bug with $("body") in dynamic documents, refact...
2007-01-07 Jörn ZaeffererImplemented #756, making text(String) really useful
2007-01-07 Jörn ZaeffererUpdated changelog
2007-01-07 Jörn ZaeffererFix for #758
2007-01-07 Jörn ZaeffererFixed #753 in Opera and IE
2007-01-07 Jörn ZaeffererImplemented #753
2007-01-07 John ResigAdded support for [@foo] against DOM object properties...
2007-01-07 John ResigFixed problem with $("div",$("body")) breaking (returni...
2007-01-07 John ResigReorganized the different effects to be in fx.js, inste...
2007-01-07 Mike AlsupUpdated param method to encode name as well as value...
2007-01-07 John ResigFixed up the easing documentation.
2007-01-07 Jörn ZaeffererTest for #753
2007-01-07 Jörn ZaeffererFix for #754
2007-01-07 Jörn ZaeffererFixed test for object/param selection (thanks Andrea)
2007-01-07 John ResigImproved the categories of a bunch of docs, upped the...
2007-01-07 John ResigStarted cleaning up fx, made easing easier to use.
2007-01-06 John ResigFixed the docs for noConflict, fixed a bug with pager.
2007-01-06 John ResigCleaned up some spacing and braces.
2007-01-06 John ResigConverted instances of new function(){ ... } to use...
2007-01-06 John ResigRemoved all the extra helper macros for 1.1, and adjust...
2007-01-05 Stefan PetreRemoved easing formulas and placed them as a plugin...
2007-01-05 Jörn Zaeffererfixed typo (easeout); added check if jQuery._$ even...
2007-01-05 Stefan PetreChanged the default easing function
2007-01-04 John ResigAdded in the new .noConflict() function for resolving...
2007-01-04 Stefan PetreChanged transitions to easing. easing is now an object...
2007-01-04 Jörn ZaeffererImproved a lot of docs, adding description to examples...
2007-01-04 Stefan PetreAdded transition effect
2007-01-04 Jörn ZaeffererChanged "Hash" to "Map" in docs
2007-01-04 Jörn ZaeffererMerged the three unbind docs into one, added a few...
2007-01-03 Jörn ZaeffererUpdated test for #750
2007-01-03 Jörn ZaeffererAdded assertions for #750
2007-01-03 John ResigChangeLog is the more common name for this file.
2007-01-03 John ResigUpdated the list of whats changed.
2007-01-03 Jörn ZaeffererAdded back the check for safari before checking target...
2007-01-02 Jörn ZaeffererMessed around with API document: Improved layout, remov...
2007-01-02 Jörn ZaeffererImproved docs for append, prepend, before and after...
2007-01-02 John ResigIt's now possible to trigger default events like .click...
2007-01-02 John ResigCleaned up a bunch of the event code, removed .oneEvent...
2007-01-02 John ResigCompletely removed pushStack - and all code related...
2007-01-02 Jörn ZaeffererFixed types for String|Number and added some more ...
2007-01-02 Jörn ZaeffererImproved docs for FX module, merging method description...
2007-01-02 Mike Alsupadded evalScripts test
2007-01-02 Mike Alsupremove test that belonged in ajaxTest.js
2007-01-02 Stefan Petre(no commit message)
2007-01-01 Mike Alsupupdate target of evalScripts test
2007-01-01 Mike AlsupAdd test to show evalScripts/find problem.
2007-01-01 Mike AlsupAdd new test file
2007-01-01 Jörn ZaeffererAdded note for IE's behaviour of stripping script tags...
2007-01-01 Jörn ZaeffererAdded test and documentation for filter(Function)
2007-01-01 Jörn Zaefferertypo, a bit formatting
2006-12-31 Brandon AaronFix for #504
2006-12-31 John ResigMoved all the expressions tests over into selector...
2006-12-31 Jörn ZaeffererModified tests to show #746
2006-12-31 Jörn ZaeffererImproved Mikes hack to ease testing against IE cache
2006-12-31 John ResigMoved the bulk of the selector code out into a separate...
2006-12-31 John ResigMoved all the relevant event-related code into the...
2006-12-31 Mike Alsupadd time to test.html request url using new Date()...
2006-12-31 Jörn ZaeffererFixed event.handle to return undefined or false
2006-12-30 Jörn ZaeffererFix for #745
2006-12-30 Jörn ZaeffererRemoved documentation for oneXXX and unXXX methods...
2006-12-30 Jörn ZaeffererFixed missing semicolon
2006-12-29 John ResigAdded support for adding multiple classes simultaneousl...
2006-12-29 Jörn ZaeffererImproved docs for removeClass (optional parameter,...
2006-12-29 John ResigAdded in some changes to class handling and some docs...
2006-12-29 Jörn ZaeffererFix for #534
2006-12-28 Jörn ZaeffererImplemented, tested and documented #202
2006-12-24 Jörn ZaeffererFix for #689
2006-12-23 John ResigFixed minor bug in jQuery.parse[1] expression.
2006-12-23 John ResigRemoved .ancestors(), fixed the docs for .parent()...
2006-12-23 John ResigAdded in some of the recent changes.
2006-12-23 John ResigAdded in #690, the ability to remove an event handler...
2006-12-23 John ResigAdded Yehuda's selector engine improvements (it's now...
2006-12-23 John ResigLost a selected check.
2006-12-23 John ResigAdded back in some of Joern's new .html() docs, and...
2006-12-23 John ResigAdded back in Joern's changes - oops! Let me know if...
2006-12-23 John ResigMade significant changes to the expression engine....
next