2007-08-19 |
John Resig | Added a fix for IE returning comment nodes in * queries... |
tree | commitdiff |
2007-08-19 |
John Resig | Applied arrix's fix for getting style values on element... |
tree | commitdiff |
2007-08-19 |
John Resig | We were catching exceptions within the success callback... |
tree | commitdiff |
2007-08-19 |
John Resig | Fixed non-unique results from .parent(), .parents(... |
tree | commitdiff |
2007-08-16 |
John Resig | Added a fix for bug #1489, appending <caption> was... |
tree | commitdiff |
2007-08-07 |
John Resig | More missing semicolons. |
tree | commitdiff |
2007-08-07 |
John Resig | Added a couple JSLint-caught fixes. |
tree | commitdiff |
2007-07-31 |
John Resig | Brought back jQuery.globalEval(), fixing bug #1425. |
tree | commitdiff |
2007-07-31 |
John Resig | When we disabled triggering of clicks, we also killed... |
tree | commitdiff |
2007-07-30 |
John Resig | The test for underscore selectors broke under Opera... |
tree | commitdiff |
2007-07-30 |
John Resig | IE prunes whitespace from the start of innerHTML-inject... |
tree | commitdiff |
2007-07-29 |
John Resig | Fixed failing test for Safari 2. |
tree | commitdiff |
2007-07-29 |
John Resig | Got .css() working in Safari 2 as well (a number of... |
tree | commitdiff |
2007-07-29 |
John Resig | Added a fix for Safari's broken CSS getComputedStyle... |
tree | commitdiff |
2007-07-29 |
John Resig | Integrated the custom fx test suite into the main test... |
tree | commitdiff |
2007-07-26 |
Sean Catchpole | nevermind, I'm dumb. =P |
tree | commitdiff |
2007-07-26 |
Sean Catchpole | Fixed ajax array arguments in $.param |
tree | commitdiff |
2007-07-25 |
John Resig | $("#foo", xml) would always return an empty set, fixed... |
tree | commitdiff |
2007-07-25 |
John Resig | Added a fix for relative // - $("//div",this) (bug... |
tree | commitdiff |
2007-07-21 |
Brandon Aaron | selectedIndex is now cloned cross-browser (#1294) |
tree | commitdiff |
2007-07-21 |
Brandon Aaron | selectedIndex is now cloned in IE (#1294) |
tree | commitdiff |
2007-07-21 |
Brandon Aaron | addClass doesn't fail when passed an undefined or null... |
tree | commitdiff |
2007-07-21 |
Brandon Aaron | missing semi-colon |
tree | commitdiff |
2007-07-21 |
Brandon Aaron | trigger DOM0 event handlers when doing a trigger (... |
tree | commitdiff |
2007-07-21 |
John Resig | Added support for parsererror errors from Ajax requests... |
tree | commitdiff |
2007-07-21 |
John Resig | Added a fix for setting the style property in IE: ... |
tree | commitdiff |
2007-07-20 |
John Resig | Added a fix for h1 + h2 not working. (Bug #1361) |
tree | commitdiff |
2007-07-20 |
John Resig | Safari doesn't return the correct computed opacity... |
tree | commitdiff |
2007-07-20 |
John Resig | Added a fix to prevent the completion callback from... |
tree | commitdiff |
2007-07-20 |
John Resig | Completely reworked the evalScripts() code, fixing... |
tree | commitdiff |
2007-07-20 |
Brandon Aaron | broken test in IE |
tree | commitdiff |
2007-07-20 |
John Resig | Moving the easing check logic to the fx function, since... |
tree | commitdiff |
2007-07-20 |
John Resig | Added a fix for when trim receives a null value (bug... |
tree | commitdiff |
2007-07-20 |
John Resig | Made it so that you can set the text value of elements... |
tree | commitdiff |
2007-07-20 |
John Resig | The isTimeout fix from #970 was causing unintended... |
tree | commitdiff |
2007-07-20 |
Brandon Aaron | Fix for #1402 |
tree | commitdiff |
2007-07-20 |
John Resig | Made the error message equal to "timeout", if the reque... |
tree | commitdiff |
2007-07-20 |
John Resig | IE doesn't like doing attaching the mergeNum property... |
tree | commitdiff |
2007-07-15 |
John Resig | display block was being set on top/left animation,... |
tree | commitdiff |
2007-07-12 |
John Resig | Fix for IE firing document ready too soon (Bug #1320). |
tree | commitdiff |
2007-07-09 |
John Resig | Got some XHR tests to run, still some hanging threads... |
tree | commitdiff |
2007-07-09 |
John Resig | Tweaked some of the tests, added in events and fx tests. |
tree | commitdiff |
2007-07-08 |
John Resig | Added a number of fixes: Tag name case-sensitivity... |
tree | commitdiff |
2007-07-08 |
John Resig | Added basic support for IFrames, disabled a test which... |
tree | commitdiff |
2007-07-08 |
John Resig | Making the test suite a little more XML-compliant. |
tree | commitdiff |
2007-07-06 |
John Resig | Final fix for Safari crasher (bug #1331). |
tree | commitdiff |
2007-07-05 |
John Resig | Fix for Safari 1.3 crash (bug #1331). |
tree | commitdiff |
2007-07-05 |
Ed Engelhardt | commit annother trivial comment fix to reduce my local... |
tree | commitdiff |
2007-07-05 |
Ed Engelhardt | fix little typo in comment |
tree | commitdiff |
2007-07-05 |
John Resig | Overflow revert was completely borked when you animated... |
tree | commitdiff |
2007-07-05 |
John Resig | Added fix for broken child selectors in XML documents... |
tree | commitdiff |
2007-07-04 |
John Resig | Added a fix for bug #1331, which caused Safari 1.3... |
tree | commitdiff |
2007-07-04 |
John Resig | Fixed bug that prevented $= from working on elements... |
tree | commitdiff |
2007-07-03 |
John Resig | The browser.version check was causing browsers with... |
tree | commitdiff |
2007-07-02 |
Brandon Aaron | fix opacity issues in IE |
tree | commitdiff |
2007-06-30 |
John Resig | Did some minor tidying up. |
tree | commitdiff |
2007-06-30 |
John Resig | Simplified some of the IE styleFloat/cssFloat code. |
tree | commitdiff |
2007-06-29 |
Brandon Aaron | Fix for #1322 |
tree | commitdiff |
2007-06-29 |
Brandon Aaron | Fix for #1231 |
tree | commitdiff |
2007-06-29 |
John Resig | Who am I kidding |= is useless. |
tree | commitdiff |
2007-06-29 |
John Resig | Added minor support for |= and ~= selectors. |
tree | commitdiff |
2007-06-29 |
John Resig | Added fix for :nth-child(n). |
tree | commitdiff |
2007-06-29 |
John Resig | Added fix for broken :only-child. |
tree | commitdiff |
2007-06-29 |
John Resig | Calling jQuery() with apply would break things (namely... |
tree | commitdiff |
2007-06-29 |
John Resig | Added extra last-child test. |
tree | commitdiff |
2007-06-29 |
John Resig | Added massive speed improvements to selectors. Also... |
tree | commitdiff |
2007-06-26 |
John Resig | Forgot to change the number of tests. |
tree | commitdiff |
2007-06-26 |
John Resig | Disabled the test until after 1.1.3 (when we have time... |
tree | commitdiff |
2007-06-21 |
Brandon Aaron | Fix for #1187, #1278 and #1279 |
tree | commitdiff |
2007-06-21 |
John Resig | Added a fix for easing problems (fall back to "linear... |
tree | commitdiff |
2007-06-21 |
John Resig | Normal hide/show toggling was broken, this fixes it... |
tree | commitdiff |
2007-06-21 |
John Resig | Fix for #1214, #1216, #1234 (problem with animations... |
tree | commitdiff |
2007-06-16 |
John Resig | Fixed an issue with JSON data in packed scripts. (Bug... |
tree | commitdiff |
2007-05-31 |
Brandon Aaron | Adding test for #1182 |
tree | commitdiff |
2007-05-31 |
Brandon Aaron | Fix for #1185 |
tree | commitdiff |
2007-05-31 |
Brandon Aaron | Fix for #923, #1136 and #1233 |
tree | commitdiff |
2007-05-31 |
Brandon Aaron | Use .one() when doing a .bind() with an "unload" event... |
tree | commitdiff |
2007-05-30 |
Brandon Aaron | Fix event.which (#1217) |
tree | commitdiff |
2007-05-23 |
Brandon Aaron | Clean up in jQuery.event.add for assigning a handler... |
tree | commitdiff |
2007-05-23 |
Brandon Aaron | Rolling back Rev 1892 |
tree | commitdiff |
2007-05-22 |
Ed Engelhardt | remove an unused variable and its assignment in the... |
tree | commitdiff |
2007-05-22 |
Ed Engelhardt | remove a little superfluous blank which confused my... |
tree | commitdiff |
2007-05-22 |
Ed Engelhardt | In r1576 on 2007-03-24 the merge() method was split... |
tree | commitdiff |
2007-05-22 |
Ed Engelhardt | fix style, prefix and typo in a few comments |
tree | commitdiff |
2007-05-22 |
Ed Engelhardt | improve documentation of animate() function by mentioni... |
tree | commitdiff |
2007-05-20 |
John Resig | Added support for the event object properties relatedTa... |
tree | commitdiff |
2007-05-20 |
John Resig | Fix for bug #983 (Packed jQuery doesn't have a license... |
tree | commitdiff |
2007-05-20 |
John Resig | Added fixes for bug #1052. Fixes the problems with... |
tree | commitdiff |
2007-05-16 |
Brandon Aaron | Fix for #1198 |
tree | commitdiff |
2007-05-14 |
Brandon Aaron | Fix for #921 (IE clones events) |
tree | commitdiff |
2007-05-13 |
Brandon Aaron | Fix for #1182 |
tree | commitdiff |
2007-05-13 |
Brandon Aaron | Fix for #1169 |
tree | commitdiff |
2007-05-13 |
Brandon Aaron | Fix for #1162 |
tree | commitdiff |
2007-05-13 |
Brandon Aaron | Fix for #1163 |
tree | commitdiff |
2007-05-11 |
Brandon Aaron | Fix for #1167 |
tree | commitdiff |
2007-05-11 |
Brandon Aaron | Clean up in jQuery.event.fix (#1171) |
tree | commitdiff |
2007-05-11 |
Brandon Aaron | Fix for #1186 |
tree | commitdiff |
2007-05-05 |
John Resig | Added some improvements to how the browser version... |
tree | commitdiff |
2007-05-02 |
Brandon Aaron | removing the context and selector properties that I... |
tree | commitdiff |
2007-05-01 |
John Resig | Rev [1827] broke the two XPath sibling selectors. |
tree | commitdiff |
next |