Fix for #907
[jquery.git] / src / jquery / jquery.js
2007-02-05 Jörn ZaeffererFix for #907
2007-02-03 Jörn ZaeffererSmall optimization to jQuery.prop, saving 2 or 3 bytes
2007-01-31 Jörn ZaeffererFixed #874
2007-01-31 Jörn ZaeffererFix for #883
2007-01-23 Jörn ZaeffererRemoved unnecessary comment
2007-01-23 Jörn ZaeffererFix/test for #861
2007-01-23 Jörn ZaeffererRemoved another log statement; fixed add(Array) for...
2007-01-23 Jörn ZaeffererRemoved log statement
2007-01-23 Jörn ZaeffererFixed not(jQuery) (need. more. tests.)
2007-01-22 John ResigAdded in jQuery.nodeName() to simplify checking nodeNam...
2007-01-22 John ResigFixed this issue: $("<div>foo\nbar</div>");
2007-01-22 John ResigRemoved some extra code that ifFunction deprecated.
2007-01-22 John ResigAdded new function-testing code that is completely...
2007-01-20 John ResigFixed issue with .add()ing individual elements - and...
2007-01-20 John ResigAdded a fix for $("#noexist").attr("id") breaking.
2007-01-17 Jörn Zaeffererprop fix takes also "line-height" into account (see...
2007-01-17 Jörn Zaeffererprop fix takes also "zoom" into account (see #803)
2007-01-17 Jörn ZaeffererFix for #806
2007-01-17 Jörn ZaeffererReverted optimization to jQuery function, fixing broken...
2007-01-17 Jörn ZaeffererFixed typoooo.
2007-01-17 Jörn ZaeffererImproved docs for $.merge, clearly stating that the...
2007-01-16 Jörn ZaeffererFix for #812
2007-01-16 Jörn ZaeffererEnhanced attr(String, Function) to pass through index...
2007-01-14 Jörn ZaeffererRemoved useless and misleading example
2007-01-14 John Resig2006 -> 2007.
2007-01-14 John ResigMade a slight adjustment to $("expr") to make it faster.
2007-01-14 John ResigConverted a lot of for loops to use jQuery.each() instead.
2007-01-14 John ResigFixed the issues with .text() working incorrectly.
2007-01-14 John ResigMerged in some wiki fixes into the main docs.
2007-01-14 John ResigAdded a fix, and tests, for appending empty sets of...
2007-01-14 Jörn ZaeffererFixed a few docs
2007-01-14 Jörn ZaeffererFix wrong type check in jQuery.prop
2007-01-14 John ResigRemoved a bunch more bytes from the total file size.
2007-01-14 John ResigAdded in jQuery.isFunction().
2007-01-11 Jörn ZaeffererFixed that stupid type once more
2007-01-11 John ResigAdded a fix for .append( Number )
2007-01-11 John ResigAdded a fix for .html("") not working correctly.
2007-01-11 John ResigFixed .not([]) not working properly.
2007-01-11 Jörn ZaeffererFixed missing typo
2007-01-11 John ResigFixed bug with .text(), it only returned the text for...
2007-01-11 John ResigFixed the Safari crashing bug. So much hate.
2007-01-10 John ResigFixed docs for .clone(Boolean).
2007-01-10 Jörn ZaeffererModified ready to event to pass jQuery object, allowing...
2007-01-10 John ResigAdded support .css("left",30). Fixed up the multiFilter...
2007-01-10 John ResigLots of improvements. Added support for .not( jQuery...
2007-01-10 John ResigAdded back in height and width - they now behave more...
2007-01-10 John Resig.remove("...") removed too much.
2007-01-10 John ResigWe've decided against .set() and are moving back to...
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-09 Jörn ZaeffererRemoved duplicated show/hide/toggle, added test for...
2007-01-09 John ResigFixed .next() and .prev().
2007-01-09 Jörn ZaeffererAdded test and fixed parents()
2007-01-08 Jörn ZaeffererAdded test for toggleClass, fixed jQuery.className...
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 ZaeffererFixed #753 in Opera and IE
2007-01-07 Jörn ZaeffererImplemented #753
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 Jörn ZaeffererFix for #754
2007-01-07 John ResigImproved the categories of a bunch of docs, upped the...
2007-01-06 John ResigFixed the docs for noConflict, fixed a bug with pager.
2007-01-06 John ResigRemoved all the extra helper macros for 1.1, and adjust...
2007-01-05 Jörn Zaeffererfixed typo (easeout); added check if jQuery._$ even...
2007-01-04 John ResigAdded in the new .noConflict() function for resolving...
2007-01-04 Jörn ZaeffererImproved a lot of docs, adding description to examples...
2007-01-04 Jörn ZaeffererChanged "Hash" to "Map" in docs
2007-01-02 Jörn ZaeffererImproved docs for append, prepend, before and after...
2007-01-02 John ResigCompletely removed pushStack - and all code related...
2007-01-01 Jörn ZaeffererAdded test and documentation for filter(Function)
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 Jörn ZaeffererFixed event.handle to return undefined or false
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-28 Jörn ZaeffererImplemented, tested and documented #202
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 #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....
2006-12-22 Jörn ZaeffererFixed event fixing (Opera provides event.srcElement...
2006-12-20 Jörn ZaeffererFixed docs for html()
2006-12-20 Jörn ZaeffererImproved event fixing, using less browser and more...
2006-12-19 Jörn ZaeffererFix for #468
2006-12-19 Jörn Zaefferer(no commit message)
2006-12-19 Dave MethvinjQuery.merge speedup, bug#444
next