jquery.git
2007-02-05 Jörn ZaeffererFix for #907
2007-02-05 Jörn ZaeffererFixed toggle() test to exclude konquerer
2007-02-04 John ResigFixed the ~ selector - it was selecting in the wrong...
2007-02-03 Jörn ZaeffererSmall optimization to jQuery.prop, saving 2 or 3 bytes
2007-01-31 Jörn ZaeffererFixed docs for trigger, describing the second argument.
2007-01-31 Jörn ZaeffererAdded test for #745
2007-01-31 Jörn ZaeffererFixed #874
2007-01-31 Jörn ZaeffererFix for #883
2007-01-31 Jörn ZaeffererAdded test for #891
2007-01-31 Jörn ZaeffererAdded test for #895
2007-01-31 Jörn ZaeffererFix for #884
2007-01-31 Brandon AaronFix flicker in animations
2007-01-31 Brandon AaronFix broken build system for lite and min tasks
2007-01-29 Jörn ZaeffererAdded plugin build script, very useful to test compress...
2007-01-25 Klaus HartlRemoved tabs extra stuff from build file
2007-01-23 Jörn ZaeffererRemoved unnecessary comment
2007-01-23 Jörn ZaeffererFix/test for #861
2007-01-23 Jörn ZaeffererExclude Opera from toggle test, too (#863)
2007-01-23 Jörn ZaeffererRemoved another log statement; fixed add(Array) for...
2007-01-23 Jörn ZaeffererModified toggle() test to stop IE from browsing to...
2007-01-23 Jörn ZaeffererRemoved log statement
2007-01-23 Jörn ZaeffererFixed not(jQuery) (need. more. tests.)
2007-01-22 John ResigPushing out 1.1.1.
2007-01-22 John ResigFixed an issue with child selectors that also have...
2007-01-22 John ResigAdded in jQuery.nodeName() to simplify checking nodeNam...
2007-01-22 John ResigRefactored the trigger code a little bit.
2007-01-22 John ResigYou had to have an event bound in order to trigger...
2007-01-22 John ResigFixed an issue with child selectors accidentally trigge...
2007-01-22 John ResigFixed doing $.post() without any params.
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 ResigTriggered event handlers are only executed once now.
2007-01-22 John ResigAdded new function-testing code that is completely...
2007-01-22 John ResigQuick code optimization in trigger.
2007-01-22 John ResigFixed some more nodeName inconsistencies.
2007-01-22 John ResigFixed an issue with child selectors and XML documents...
2007-01-20 John ResigFixed issue with .add()ing individual elements - and...
2007-01-20 John ResigAdded a fix for an undefined param being passed to...
2007-01-20 John ResigAdded a fix for $("#noexist").attr("id") breaking.
2007-01-17 Jörn ZaeffererSimplified check for XMLHttpRequest (saving a few bytes...
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 Mike AlsupFix bug #814.
2007-01-16 Jörn ZaeffererEnhanced attr(String, Function) to pass through index...
2007-01-15 Jörn ZaeffererFixed show/hide to return selected objects, not only...
2007-01-15 John ResigTagged version 1.1 of jQuery.
2007-01-14 Jörn ZaeffererFixed two FF JS warnings
2007-01-14 Jörn ZaeffererRemoved useless and misleading example
2007-01-14 Jörn ZaeffererUpdated testsuite: To prevent crashes in Safari, each...
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 ResigAdded back in the .load() fix.
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 John ResigAdded a fix for :nth-child(even/odd).
2007-01-14 John ResigAdded a fix for $("div").filter("*") never ending.
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-14 John ResigTouched up the code a little bit, saving some bytes.
2007-01-13 John ResigFixed an issue with animated .toggle() not working.
2007-01-13 John ResigAdded a fix for triggered events not being cancellable...
2007-01-12 John ResigAdded minor regexp optimization.
2007-01-12 John ResigRemoved unnecessary uses of typeof undefined.
2007-01-11 Jörn ZaeffererFixed that stupid type once more
2007-01-11 John ResigAdded a fix for .append( Number )
2007-01-11 Jörn ZaeffererAPI docs: Hacked multiple argument types like "Element...
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 ResigGoing to 1.1b.
2007-01-11 John ResigAdded a fix for $("object *") in IE7.
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 ResigAdded a fix for <script>s getting executed twice when...
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 ResigRemoved support for //foo | //bar - please use ","...
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 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...
next