jquery.git
2008-01-28 John ResigFixed make speed.
2008-01-26 John ResigDe-eval'd selectors and the various DOM methods (will...
2008-01-23 David SerdukeFix #2184 by using the jQuery.clean() function instead...
2008-01-20 Jörn Zaeffererglobal replace for @VERSION, fixed #2101
2008-01-17 David SerdukeFixed #2174 by removing the s.dataType == "json" check...
2008-01-17 David SerdukeUpdating version number to 1.2.3-pre
2008-01-14 John ResigTagging the 1.2.2 release.
2008-01-14 David SerdukeChanging end of line from CRLF to just LF like the...
2008-01-14 John ResigDiscontinued the test for $(form.elements).
2008-01-14 John ResigExcluded a couple Ajax tests from running locally.
2008-01-14 John ResigAdded support for breaking in an object loop (Bug ...
2008-01-14 John ResigAnd the rest of the _default change.
2008-01-14 John ResigTweaked the default Accept header to _default.
2008-01-14 John ResigAdded a check to make sure that .style exists before...
2008-01-14 John ResigFixed default property name for Opera (bug #2159).
2008-01-14 John ResigFixed minor issue with pack build script. (Bug #2101)
2008-01-14 Brandon AaronAdding browser UA tests
2008-01-14 John ResigAdded a fix for bug #2140. Opera doesn't like concating...
2008-01-14 John ResigJust added support for Accept headers in Ajax requests...
2008-01-14 Jörn Zaeffererreverted change for #2114
2008-01-14 Jörn Zaeffererfix for #2114; refactored tests for bind() to highlight...
2008-01-12 John ResigTweaked comment for isFunction.
2008-01-12 David SerdukeFixed an edge case in show() where the css says the...
2008-01-07 Yehuda KatzAdds support for username and password to $.ajax
2008-01-04 Jörn ZaeffererTest for #2114
2007-12-28 Yehuda KatzFixes bug with charCode, bad 'var' and missing semicolon
2007-12-21 David SerdukeFixed #2084 by added embed to the list of elements...
2007-12-21 Brandon AaronFixed memory leak in IE with non-native event types
2007-12-21 Brandon AaronRemoved check to prevent event from being fixed twice...
2007-12-20 David SerdukeFixed a couple problems found in the test suite. First...
2007-12-20 Brandon AaronFixing #2081
2007-12-20 David SerdukeRemoved a unit test that tested to see if queued object...
2007-12-20 David SerdukeFixed #2080 by removing the check for nodeType != 1...
2007-12-20 John ResigFixed lite version of jQuery.
2007-12-20 John ResigTagging the 1.2.2b2 release.
2007-12-20 John ResigFixed #2027 - make sure that cloned elements (within...
2007-12-20 David SerdukeFixed a problem in the unit tests for IE where an optim...
2007-12-20 David SerdukeChanged the $(document).ready() code to try and solve...
2007-12-19 Jörn Zaeffereradded version to all builds; changed current version...
2007-12-19 Brandon Aaronoffset: make sure there is a parent node to work on...
2007-12-19 Brandon Aaronoffset: make sure border width always gets calculated...
2007-12-19 David SerdukeFixed #2077 by adding a var to make it a local variable...
2007-12-19 Brandon AaronShort-circuit jQuery.event.fix if it has already fixed...
2007-12-19 Brandon AaronInsure width/height do not return a negative number.
2007-12-19 David SerdukeSecond part of the fix for #2071. An empty string...
2007-12-19 David SerdukeChanged CRLF end of lines to just LF. Other than that...
2007-12-18 David SerdukeFixed #2076 where .val() could return an array instead...
2007-12-18 Brandon Aaronwidth and height methods are now working properly
2007-12-18 Richard WorthFixed #1887 - trigger fails if extra is not a function
2007-12-17 David SerdukeFixed #2070 by adding a test for !nodeType to isArrayLi...
2007-12-17 Brandon AaronFixed #2069. The ready helper and shortcuts act the...
2007-12-17 Jörn Zaefferertest for #2070
2007-12-17 Jörn ZaeffererTest for #2069
2007-12-17 David SerdukeFixed #2062 by adding a check to see if the selector...
2007-12-17 Brandon AaronFixed #2064
2007-12-17 John ResigTagging the 1.2.2b release.
2007-12-17 David SerdukeFixed #2037 where Opera would mis-state the value of...
2007-12-17 Brandon AaronUpdating changlog
2007-12-17 David SerdukeAdded code to remove the script tag on successful jsonp...
2007-12-17 John ResigThe extra & was getting gobbled, oops.
2007-12-17 John ResigAdded a fix for bug #2020 - if you want to do data...
2007-12-16 Brandon AaronCleaned up mouseenter and mouseleave special events
2007-12-16 David SerdukeChanged window.frameElement to window == top because...
2007-12-16 David SerdukeAdded code so an iframe in IE won't count on doScroll...
2007-12-16 Brandon AaronRenaming variables to be more consistent
2007-12-16 Brandon AaronAdding data and removeData tests
2007-12-16 David SerdukeFixed #1781 for warnings created on load by FF javascri...
2007-12-15 David SerdukeAdded feature #1934 by allowing script.charset to be...
2007-12-15 Brandon Aaronnew special events api, ready is now a first class...
2007-12-14 Brandon AaronDon't remove test directory on clean
2007-12-14 David SerdukeFixed #2046 by forcing the dataType to 'html' in the...
2007-12-14 John ResigAdded an extra try block to handle FF 3 x-domain reques...
2007-12-14 John ResigAdded a test case for $("<option>test</option>")[0...
2007-12-13 John ResigAdded some improvements to changes made in [4143] for...
2007-12-13 David SerdukeFixed #1854 by using wizzud's suggestion. The only...
2007-12-13 Brandon AaronGetting the width and height of the document now return...
2007-12-12 David SerdukeFixed #1750 by adding a url that starts with "//" and...
2007-12-12 Brandon AaronAdded more unit tests for offset. Fixed an offset issue...
2007-12-12 David SerdukeFixed a bug in clone where it wouldn't work on an XML...
2007-12-11 David SerdukeFix #1987 by only doing remote <script> type ajax with...
2007-12-11 Brandon AaronGreatly reduced the complexity of the width/height...
2007-12-11 Brandon AaronFix for #2032
2007-12-10 David SerdukeFixed #1959 by postponing ALL script evaluations till...
2007-12-10 John ResigAdded a change that triples the speed of all uses of...
2007-12-08 Brandon AaronFixed clone so that it now properly copies changes...
2007-12-08 Brandon Aaronshow is now element aware (#960)
2007-12-08 Brandon AaronFix for #1486. Prevent IE from throwing an error when...
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-12-06 David SerdukeAdded ajax error messages in the unit test suite becaus...
2007-12-06 Jörn ZaeffererFix for #2002
2007-12-05 David SerdukeSafari sometimes stops in the test suite on the ajax...
2007-12-05 David SerdukeA partial rollback of the refactoring done in [4032...
2007-12-05 David SerdukeFixed the build/speed testing application to work with...
2007-12-05 David SerdukeRefactored jQuery.find() such that jQuery.nodeName...
2007-12-05 David SerdukeFixed #1419 where IE failed with .text() on an XML...
2007-12-05 David SerdukeFixed #1264. If you read the bug there were many propo...
2007-12-04 Brandon AaronAdded another relative offset test
2007-12-04 Brandon AaronAdded visual marker to absolute fixture for offset...
2007-12-04 Brandon Aaronoffset now uses clientLeft and clientTop instead of...
2007-12-04 Brandon AaronBeginnings of the offset test suite
next