Added a number of additional speed gains (we now hold our own against Dojo and DOMQue...
[jquery.git] / src / jquery / jquery.js
2007-03-26 John ResigAdded a number of additional speed gains (we now hold...
2007-03-25 John ResigAdded fix for bug #945 (Finding items with an ID of...
2007-03-25 John ResigAdded support for escaping selectors in ID and Classnam...
2007-03-24 John ResigMerged my speed improvements into the jQuery core ...
2007-03-24 John ResigAdded support for comma-separated .is(), touched up...
2007-03-24 John ResigAdded a fix and test for bug #978 (Appending elements...
2007-03-22 Brandon AaronUpdate to fix for #1064 and tests
2007-03-21 Brandon AaronThat should have been a string, not a number
2007-03-21 Brandon AaronFix for #1064 and added tests for setting/getting opacity
2007-03-16 John ResigForced the test suite into standards mode. Fixed some...
2007-03-16 John ResigRemoved some un-needed code from css() and fixed a...
2007-03-16 John ResigAdded all the tests for isFunction, fixed bug #1026.
2007-03-11 Brandon AaronFix for Rev 1511
2007-03-09 Brandon AaronClean up for revision 1462: "Fix for Safari crashes...
2007-03-01 John ResigFix for bug #962.
2007-02-28 Brandon AaronFix for Safari crashes when doing DOM Manipulations
2007-02-27 Jörn ZaeffererRemoved docs breaking xml docs
2007-02-27 Jörn ZaeffererFixed list of destructive methods in end() docs
2007-02-27 Jörn ZaeffererBackported wiki changes from docs.jquery.com/API/1...
2007-02-27 Jörn ZaeffererBackported wiki changes from docs.jquery.com/API/1...
2007-02-27 Jörn ZaeffererBackported wiki changes from docs.jquery.com/API/1...
2007-02-27 Jörn ZaeffererBackported wiki changes from docs.jquery.com/API/1...
2007-02-27 Jörn ZaeffererBackported wiki changes from docs.jquery.com/API/1...
2007-02-25 Brandon AaronFix for #910
2007-02-25 Brandon AaronFix for #997
2007-02-25 Jörn ZaeffererFix for #979
2007-02-23 Brandon AaronFix for #921
2007-02-17 Brandon AaronRemoving fix for #910 causing Safari to crash
2007-02-14 Brandon AaronUpdate for src and href attribute selectors fix
2007-02-13 Jörn ZaeffererImproved jQuery.prop to handle "px" on computed values
2007-02-10 Brandon Aaron(no commit message)
2007-02-09 Brandon AaronGet actual values for attributes in IE and fix #910...
2007-02-08 Brandon AaronFix for #910, for real this time.
2007-02-07 Brandon AaronFix for #910
2007-02-07 Brandon AaronFix for #745
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...
next