Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order...
[jquery.git] / src / jquery / jquery.js
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
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)
next