jquery.git
2007-02-25 John ResigA small fix that makes the Packer compressor about...
2007-02-25 John ResigUpdated the ChangeLog to be a standard wiki format...
2007-02-23 Brandon AaronFix for #921
2007-02-23 Brandon Aaron* Fixed IE ID selectors selecting by the name attribute...
2007-02-22 John ResigAdded a test case for bug #986.
2007-02-22 Jörn ZaeffererAdded fix notes
2007-02-22 Jörn ZaeffererFix for #991
2007-02-19 Jörn ZaeffererAdded test for #977
2007-02-18 John ResigAdded a bunch of points to the 1.1.2 changelog.
2007-02-18 John ResigFix for bug #959, maintaining a list of event handlers...
2007-02-18 John ResigMinor update to the year of the MIT License.
2007-02-18 John ResigAdded a header for 1.2.
2007-02-17 Brandon AaronRemoving fix for #910 causing Safari to crash
2007-02-17 Brandon AaronRolling back fix for #914 due to firefox double evaling...
2007-02-15 John ResigFixed a problem with the Makefile, fx wasn't being...
2007-02-15 John ResigAdded support for making a minified version of jQuery.
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-13 John ResigFixed some bugs with building jQuery - it required...
2007-02-13 Brandon AaronFix the ^= type attribute selector in firefox for href.
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 #849
2007-02-07 Brandon AaronFix for #914.
2007-02-07 Brandon AaronFix for #910
2007-02-07 Brandon AaronFix for #745
2007-02-06 Jörn ZaeffererAdded equals helper for easier debugging of failed...
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.
next