aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix for a selector speed regression (calling a simple selector many times res...John Resig2007-08-215-39/+40
* Two quick fixes in relation to #1028. ajaxSetup shouldn't be deep and the boo...John Resig2007-08-212-2/+2
* Make deep .extend() an optional argument - it will go deep if you pass in an ...John Resig2007-08-213-5/+11
* Fixed two cases where []. was used instead of Array.prototype. (Bug #1427)John Resig2007-08-202-2/+2
* Just pushed in my changes for making jQuery.each on objects faster, sample re...John Resig2007-08-201-9/+15
* Just pushed some major speed improvements through for $.each() - we're now se...John Resig2007-08-201-2/+8
* Make jQuery work without warnings in strict mode, in Firefox.John Resig2007-08-202-2/+5
* Implemented the new .slice() method (bug #1517).John Resig2007-08-202-0/+12
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...John Resig2007-08-196-246/+322
* Added a fix for IE returning comment nodes in * queries. I put the logic in $...John Resig2007-08-192-3/+17
* Applied arrix's fix for getting style values on elements that aren't in the D...John Resig2007-08-191-1/+1
* We were catching exceptions within the success callback of an Ajax request, t...John Resig2007-08-191-30/+31
* Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449)John Resig2007-08-192-6/+15
* Added a fix for bug #1489, appending <caption> was broken.John Resig2007-08-162-2/+6
* More missing semicolons.John Resig2007-08-071-2/+2
* Added a couple JSLint-caught fixes.John Resig2007-08-071-3/+3
* Brought back jQuery.globalEval(), fixing bug #1425.John Resig2007-07-312-2/+17
* When we disabled triggering of clicks, we also killed off blur and focus, thi...John Resig2007-07-311-1/+1
* The test for underscore selectors broke under Opera, so the element is now lo...John Resig2007-07-301-3/+12
* IE prunes whitespace from the start of innerHTML-injected strings. This fixes...John Resig2007-07-301-1/+5
* Fixed failing test for Safari 2.John Resig2007-07-291-1/+1
* Got .css() working in Safari 2 as well (a number of shortcuts had to be remov...John Resig2007-07-291-10/+13
* Added a fix for Safari's broken CSS getComputedStyle accessing. Additionally,...John Resig2007-07-292-12/+43
* Integrated the custom fx test suite into the main test suite. All tests are n...John Resig2007-07-293-16/+278
* nevermind, I'm dumb. =PSean Catchpole2007-07-261-1/+1
* Fixed ajax array arguments in $.paramSean Catchpole2007-07-261-1/+1
* $("#foo", xml) would always return an empty set, fixed (bug #877). Additional...John Resig2007-07-252-2/+3
* Added a fix for relative // - $("//div",this) (bug #1418)John Resig2007-07-252-2/+3
* selectedIndex is now cloned cross-browser (#1294)Brandon Aaron2007-07-211-8/+14
* selectedIndex is now cloned in IE (#1294)Brandon Aaron2007-07-211-15/+25
* addClass doesn't fail when passed an undefined or null variable (#1309)Brandon Aaron2007-07-211-1/+1
* missing semi-colonBrandon Aaron2007-07-211-1/+1
* trigger DOM0 event handlers when doing a trigger (#1363)Brandon Aaron2007-07-212-4/+15
* Added support for parsererror errors from Ajax requests (bug #1145).John Resig2007-07-211-3/+6
* Added a fix for setting the style property in IE: .attr("style", "...") (bug ...John Resig2007-07-211-2/+4
* Added a fix for h1 + h2 not working. (Bug #1361)John Resig2007-07-201-1/+1
* Safari doesn't return the correct computed opacity. (Fix for bug #1369)John Resig2007-07-201-0/+3
* Added a fix to prevent the completion callback from firing multiple times in ...John Resig2007-07-201-1/+1
* Completely reworked the evalScripts() code, fixing bugs #1332, #975, and #777.John Resig2007-07-202-51/+16
* broken test in IEBrandon Aaron2007-07-201-13/+11
* Moving the easing check logic to the fx function, since Interface was overwri...John Resig2007-07-201-2/+2
* Added a fix for when trim receives a null value (bug #1395).John Resig2007-07-201-1/+1
* Made it so that you can set the text value of elements to numbers (in additio...John Resig2007-07-201-1/+1
* The isTimeout fix from #970 was causing unintended status bugs (fixed). This ...John Resig2007-07-201-9/+14
* Fix for #1402Brandon Aaron2007-07-201-2/+2
* Made the error message equal to "timeout", if the request timed out. (Bug #970)John Resig2007-07-201-3/+3
* IE doesn't like doing attaching the mergeNum property to XML documents, so fo...John Resig2007-07-201-5/+9
* display block was being set on top/left animation, when they shouldn't be.John Resig2007-07-151-1/+4
* Fix for IE firing document ready too soon (Bug #1320).John Resig2007-07-121-1/+1
* Got some XHR tests to run, still some hanging threads (need to investigate). ...John Resig2007-07-091-31/+31