| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a test case for "purple include", fixed a bug. | John Resig | 2007-08-25 | 2 | -2/+13 |
* | New feature: You can now inject portions of a document via .load(), as oppose... | John Resig | 2007-08-25 | 1 | -1/+17 |
* | Landing animation of scrollLeft/scrollTop (also works on random DOM object pr... | John Resig | 2007-08-25 | 1 | -11/+7 |
* | Marked all the appropriate methods as being deprecated for the 1.1.4 release ... | John Resig | 2007-08-24 | 3 | -0/+11 |
* | Brought back a husk method to represent evalScripts. I didn't realize so many... | John Resig | 2007-08-24 | 1 | -1/+6 |
* | Tweaked the Ajax test suite for Safari. | John Resig | 2007-08-22 | 1 | -5/+10 |
* | Only bind .ready() once per instance of jQuery - and only bind if the ready()... | John Resig | 2007-08-22 | 2 | -3/+12 |
* | Fixed bug with the packed version of jQuery. | John Resig | 2007-08-22 | 1 | -1/+1 |
* | Fixed the case where global events weren't being triggered on window and docu... | John Resig | 2007-08-22 | 1 | -1/+1 |
* | Fixed use of eval() and new Function() to work within the correct scope (and ... | John Resig | 2007-08-22 | 2 | -3/+3 |
* | Made 'jQuery' unrollable via .noConflict(true) and instances of new Function(... | John Resig | 2007-08-22 | 1 | -6/+12 |
* | Added fix for undefined property in animation, in IE (Bug #1518) | John Resig | 2007-08-22 | 1 | -1/+1 |
* | Using some of the ideas presented by rformato, I've significantly sped up $("... | John Resig | 2007-08-21 | 1 | -11/+30 |
* | Added the new :has() selector (Bug #1521) | John Resig | 2007-08-21 | 2 | -2/+6 |
* | You can now assign jQuery to random namespaces - very cool. (Bug #1393) | John Resig | 2007-08-21 | 2 | -2/+2 |
* | Fix for a selector speed regression (calling a simple selector many times res... | John Resig | 2007-08-21 | 5 | -39/+40 |
* | Two quick fixes in relation to #1028. ajaxSetup shouldn't be deep and the boo... | John Resig | 2007-08-21 | 2 | -2/+2 |
* | Make deep .extend() an optional argument - it will go deep if you pass in an ... | John Resig | 2007-08-21 | 3 | -5/+11 |
* | Fixed two cases where []. was used instead of Array.prototype. (Bug #1427) | John Resig | 2007-08-20 | 2 | -2/+2 |
* | Just pushed in my changes for making jQuery.each on objects faster, sample re... | John Resig | 2007-08-20 | 1 | -9/+15 |
* | Just pushed some major speed improvements through for $.each() - we're now se... | John Resig | 2007-08-20 | 1 | -2/+8 |
* | Make jQuery work without warnings in strict mode, in Firefox. | John Resig | 2007-08-20 | 2 | -2/+5 |
* | Implemented the new .slice() method (bug #1517). | John Resig | 2007-08-20 | 2 | -0/+12 |
* | Complete overhaul of the Ajax test suite, it's now passing in all browsers. I... | John Resig | 2007-08-19 | 6 | -246/+322 |
* | Added a fix for IE returning comment nodes in * queries. I put the logic in $... | John Resig | 2007-08-19 | 2 | -3/+17 |
* | Applied arrix's fix for getting style values on elements that aren't in the D... | John Resig | 2007-08-19 | 1 | -1/+1 |
* | We were catching exceptions within the success callback of an Ajax request, t... | John Resig | 2007-08-19 | 1 | -30/+31 |
* | Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449) | John Resig | 2007-08-19 | 2 | -6/+15 |
* | Added a fix for bug #1489, appending <caption> was broken. | John Resig | 2007-08-16 | 2 | -2/+6 |
* | More missing semicolons. | John Resig | 2007-08-07 | 1 | -2/+2 |
* | Added a couple JSLint-caught fixes. | John Resig | 2007-08-07 | 1 | -3/+3 |
* | Brought back jQuery.globalEval(), fixing bug #1425. | John Resig | 2007-07-31 | 2 | -2/+17 |
* | When we disabled triggering of clicks, we also killed off blur and focus, thi... | John Resig | 2007-07-31 | 1 | -1/+1 |
* | The test for underscore selectors broke under Opera, so the element is now lo... | John Resig | 2007-07-30 | 1 | -3/+12 |
* | IE prunes whitespace from the start of innerHTML-injected strings. This fixes... | John Resig | 2007-07-30 | 1 | -1/+5 |
* | Fixed failing test for Safari 2. | John Resig | 2007-07-29 | 1 | -1/+1 |
* | Got .css() working in Safari 2 as well (a number of shortcuts had to be remov... | John Resig | 2007-07-29 | 1 | -10/+13 |
* | Added a fix for Safari's broken CSS getComputedStyle accessing. Additionally,... | John Resig | 2007-07-29 | 2 | -12/+43 |
* | Integrated the custom fx test suite into the main test suite. All tests are n... | John Resig | 2007-07-29 | 3 | -16/+278 |
* | nevermind, I'm dumb. =P | Sean Catchpole | 2007-07-26 | 1 | -1/+1 |
* | Fixed ajax array arguments in $.param | Sean Catchpole | 2007-07-26 | 1 | -1/+1 |
* | $("#foo", xml) would always return an empty set, fixed (bug #877). Additional... | John Resig | 2007-07-25 | 2 | -2/+3 |
* | Added a fix for relative // - $("//div",this) (bug #1418) | John Resig | 2007-07-25 | 2 | -2/+3 |
* | selectedIndex is now cloned cross-browser (#1294) | Brandon Aaron | 2007-07-21 | 1 | -8/+14 |
* | selectedIndex is now cloned in IE (#1294) | Brandon Aaron | 2007-07-21 | 1 | -15/+25 |
* | addClass doesn't fail when passed an undefined or null variable (#1309) | Brandon Aaron | 2007-07-21 | 1 | -1/+1 |
* | missing semi-colon | Brandon Aaron | 2007-07-21 | 1 | -1/+1 |
* | trigger DOM0 event handlers when doing a trigger (#1363) | Brandon Aaron | 2007-07-21 | 2 | -4/+15 |
* | Added support for parsererror errors from Ajax requests (bug #1145). | John Resig | 2007-07-21 | 1 | -3/+6 |
* | Added a fix for setting the style property in IE: .attr("style", "...") (bug ... | John Resig | 2007-07-21 | 1 | -2/+4 |