2007-09-04 |
John Resig | Fix for bug #1549, where the DOM conversion of <code... |
tree | commitdiff |
2007-09-04 |
John Resig | Made it so that you can't change the type of an input... |
tree | commitdiff |
2007-09-04 |
John Resig | Removed all deprecated functionality for jQuery 1.2... |
tree | commitdiff |
2007-09-04 |
John Resig | Removed all inline documentation. The current version... |
tree | commitdiff |
2007-09-04 |
John Resig | Added a new .stop() method which stops all animations... |
tree | commitdiff |
2007-09-03 |
John Resig | Re-disabled the ajax tests in Safari 3. |
tree | commitdiff |
2007-09-03 |
John Resig | Added support for: |
tree | commitdiff |
2007-09-03 |
John Resig | Added namespaced events to bind, unbind, and trigger... |
tree | commitdiff |
2007-09-02 |
John Resig | Reverted the change that I made in #1320. |
tree | commitdiff |
2007-08-31 |
John Resig | Added support for a new :header psuedo-selector (only... |
tree | commitdiff |
2007-08-31 |
John Resig | Added support for .wrapInner() and .wrapAll() - and... |
tree | commitdiff |
2007-08-31 |
John Resig | Added support for .contents(). Returns ALL child nodes... |
tree | commitdiff |
2007-08-31 |
John Resig | Added $(...).map() functionality. (Also closes #1250... |
tree | commitdiff |
2007-08-30 |
John Resig | Made it so that you can pass in an event object to... |
tree | commitdiff |
2007-08-30 |
John Resig | Added a new extra fn arg to trigger (so you don't have... |
tree | commitdiff |
2007-08-28 |
John Resig | Made jQuery's internal trigger method return the value... |
tree | commitdiff |
2007-08-28 |
John Resig | Made it so that the last return value is always returne... |
tree | commitdiff |
2007-08-27 |
John Resig | Fixed the issue where $("body").find("div#foo") would... |
tree | commitdiff |
2007-08-25 |
John Resig | Added new replaceWith() (replace all matched elements... |
tree | commitdiff |
2007-08-25 |
John Resig | Added a test case for "purple include", fixed a bug. |
tree | commitdiff |
2007-08-25 |
John Resig | New feature: You can now inject portions of a document... |
tree | commitdiff |
2007-08-25 |
John Resig | Landing animation of scrollLeft/scrollTop (also works... |
tree | commitdiff |
2007-08-24 |
John Resig | Marked all the appropriate methods as being deprecated... |
tree | commitdiff |
2007-08-24 |
John Resig | Brought back a husk method to represent evalScripts... |
tree | commitdiff |
2007-08-22 |
John Resig | Tweaked the Ajax test suite for Safari. |
tree | commitdiff |
2007-08-22 |
John Resig | Only bind .ready() once per instance of jQuery - and... |
tree | commitdiff |
2007-08-22 |
John Resig | Fixed bug with the packed version of jQuery. |
tree | commitdiff |
2007-08-22 |
John Resig | Fixed the case where global events weren't being trigge... |
tree | commitdiff |
2007-08-22 |
John Resig | Fixed use of eval() and new Function() to work within... |
tree | commitdiff |
2007-08-22 |
John Resig | Made 'jQuery' unrollable via .noConflict(true) and... |
tree | commitdiff |
2007-08-22 |
John Resig | Added fix for undefined property in animation, in IE... |
tree | commitdiff |
2007-08-21 |
John Resig | Using some of the ideas presented by rformato, I've... |
tree | commitdiff |
2007-08-21 |
John Resig | Added the new :has() selector (Bug #1521) |
tree | commitdiff |
2007-08-21 |
John Resig | You can now assign jQuery to random namespaces - very... |
tree | commitdiff |
2007-08-21 |
John Resig | Fix for a selector speed regression (calling a simple... |
tree | commitdiff |
2007-08-21 |
John Resig | Two quick fixes in relation to #1028. ajaxSetup shouldn... |
tree | commitdiff |
2007-08-21 |
John Resig | Make deep .extend() an optional argument - it will... |
tree | commitdiff |
2007-08-20 |
John Resig | Fixed two cases where []. was used instead of Array... |
tree | commitdiff |
2007-08-20 |
John Resig | Just pushed in my changes for making jQuery.each on... |
tree | commitdiff |
2007-08-20 |
John Resig | Just pushed some major speed improvements through for... |
tree | commitdiff |
2007-08-20 |
John Resig | Make jQuery work without warnings in strict mode, in... |
tree | commitdiff |
2007-08-20 |
John Resig | Implemented the new .slice() method (bug #1517). |
tree | commitdiff |
2007-08-19 |
John Resig | Complete overhaul of the Ajax test suite, it's now... |
tree | commitdiff |
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 |
next |