Integration of Mike Alsup's excellent form serialization code. The benefits are as...
[jquery.git] / src / jquery / jquery.js
2007-09-05 John ResigIntegration of Mike Alsup's excellent form serializatio...
2007-09-04 John ResigAdded support for the new .andSelf() method. This metho...
2007-09-04 John ResigFix for bug #1549, where the DOM conversion of <code...
2007-09-04 John ResigMade it so that you can't change the type of an input...
2007-09-04 John ResigRemoved all deprecated functionality for jQuery 1.2...
2007-09-04 John ResigRemoved all inline documentation. The current version...
2007-08-31 John ResigAdded support for .wrapInner() and .wrapAll() - and...
2007-08-31 John ResigAdded support for .contents(). Returns ALL child nodes...
2007-08-31 John ResigAdded $(...).map() functionality. (Also closes #1250...
2007-08-25 John ResigAdded new replaceWith() (replace all matched elements...
2007-08-24 John ResigMarked all the appropriate methods as being deprecated...
2007-08-22 John ResigFixed bug with the packed version of jQuery.
2007-08-22 John ResigFixed use of eval() and new Function() to work within...
2007-08-22 John ResigMade 'jQuery' unrollable via .noConflict(true) and...
2007-08-21 John ResigUsing some of the ideas presented by rformato, I've...
2007-08-21 John ResigYou can now assign jQuery to random namespaces - very...
2007-08-21 John ResigFix for a selector speed regression (calling a simple...
2007-08-21 John ResigTwo quick fixes in relation to #1028. ajaxSetup shouldn...
2007-08-21 John ResigMake deep .extend() an optional argument - it will...
2007-08-20 John ResigFixed two cases where []. was used instead of Array...
2007-08-20 John ResigJust pushed in my changes for making jQuery.each on...
2007-08-20 John ResigJust pushed some major speed improvements through for...
2007-08-20 John ResigImplemented the new .slice() method (bug #1517).
2007-08-19 John ResigComplete overhaul of the Ajax test suite, it's now...
2007-08-19 John ResigAdded a fix for IE returning comment nodes in * queries...
2007-08-19 John ResigApplied arrix's fix for getting style values on element...
2007-08-19 John ResigFixed non-unique results from .parent(), .parents(...
2007-08-16 John ResigAdded a fix for bug #1489, appending <caption> was...
2007-08-07 John ResigAdded a couple JSLint-caught fixes.
2007-07-31 John ResigBrought back jQuery.globalEval(), fixing bug #1425.
2007-07-30 John ResigIE prunes whitespace from the start of innerHTML-inject...
2007-07-29 John ResigGot .css() working in Safari 2 as well (a number of...
2007-07-29 John ResigAdded a fix for Safari's broken CSS getComputedStyle...
2007-07-25 John Resig$("#foo", xml) would always return an empty set, fixed...
2007-07-21 Brandon AaronselectedIndex is now cloned cross-browser (#1294)
2007-07-21 Brandon AaronselectedIndex is now cloned in IE (#1294)
2007-07-21 Brandon AaronaddClass doesn't fail when passed an undefined or null...
2007-07-21 John ResigAdded a fix for setting the style property in IE: ...
2007-07-20 John ResigSafari doesn't return the correct computed opacity...
2007-07-20 John ResigCompletely reworked the evalScripts() code, fixing...
2007-07-20 John ResigAdded a fix for when trim receives a null value (bug...
2007-07-20 John ResigMade it so that you can set the text value of elements...
2007-07-20 John ResigIE doesn't like doing attaching the mergeNum property...
2007-07-05 Ed Engelhardtcommit annother trivial comment fix to reduce my local...
2007-07-03 John ResigThe browser.version check was causing browsers with...
2007-07-02 Brandon Aaronfix opacity issues in IE
2007-06-30 John ResigSimplified some of the IE styleFloat/cssFloat code.
2007-06-29 Brandon AaronFix for #1231
2007-06-29 John ResigCalling jQuery() with apply would break things (namely...
2007-06-29 John ResigAdded massive speed improvements to selectors. Also...
2007-05-23 Brandon AaronRolling back Rev 1892
2007-05-22 Ed Engelhardtremove an unused variable and its assignment in the...
2007-05-22 Ed EngelhardtIn r1576 on 2007-03-24 the merge() method was split...
2007-05-22 Ed Engelhardtfix style, prefix and typo in a few comments
2007-05-16 Brandon AaronFix for #1198
2007-05-14 Brandon AaronFix for #921 (IE clones events)
2007-05-13 Brandon AaronFix for #1182
2007-05-13 Brandon AaronFix for #1162
2007-05-13 Brandon AaronFix for #1163
2007-05-11 Brandon AaronFix for #1167
2007-05-05 John ResigAdded some improvements to how the browser version...
2007-05-02 Brandon Aaronremoving the context and selector properties that I...
2007-05-01 Brandon AaronMoving constructor code to jQuery.prototype.init for...
2007-04-30 Brandon AaronAppend colgroup and col elements (#1044)
2007-04-29 John ResigQuery now throws no warnings under strict mode in Firef...
2007-04-28 John ResigAdded jQuery.browser.version (see ticket #1101). Works...
2007-04-25 Brandon AaronFix for #1086: Append all caps HTML tags
2007-04-25 Brandon AaronFix for #1114: Appending legend elements in Firefox
2007-04-25 Brandon AaronFix for #1087: Using appendTo with select elements
2007-04-23 Corey JewettAdd hook for modifying the merge behavior of $.extend...
2007-04-03 Brandon AaronSmall optimization to jQuery.css to save 12 bytes
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
next