| Commit message (Expand) | Author | Age | Files | Lines |
* | Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117. | Dave Methvin | 2013-01-08 | 1 | -1/+8 |
* | Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089. | Sebi Burkhard | 2012-12-23 | 1 | -1/+11 |
* | Adjust jQuery('html') detection to only match when html starts with '<' (not ... | timmywil | 2012-12-13 | 1 | -8/+4 |
* | Fix IE failures from 55313d32 | Richard Gibson | 2012-12-11 | 1 | -17/+16 |
* | Be specific about Firefox nodes-as-nodelist. Never assume that modern browser... | Rick Waldron | 2012-12-10 | 1 | -1/+3 |
* | Fixes #13021. Normalization of core utility array like detection based on sta... | Rick Waldron | 2012-12-10 | 1 | -72/+193 |
* | Don't test what ain't there no more | Richard Gibson | 2012-12-06 | 1 | -122/+0 |
* | No ticket: improve global variable/ajax request tracking | Richard Gibson | 2012-12-02 | 1 | -2/+1 |
* | Fix #12191. jQuery.type should return "error" for Error objects. | Dave Methvin | 2012-11-24 | 1 | -1/+2 |
* | No ticket: update test suite to pass QUnit globals check in most environments... | Richard Gibson | 2012-11-05 | 1 | -51/+38 |
* | No ticket: remove test suite external dependencies | Richard Gibson | 2012-11-01 | 1 | -7/+7 |
* | Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866. | Marcel Greter | 2012-10-20 | 1 | -1/+9 |
* | Fix #4262: faster .eq(), closes gh-1000. | Richard Gibson | 2012-10-19 | 1 | -40/+9 |
* | Combine parseJSON tests and fix style. | Dave Methvin | 2012-10-19 | 1 | -71/+14 |
* | Followup for #12751, only test on browsers with JSON.parse | Dave Methvin | 2012-10-19 | 1 | -33/+36 |
* | Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Clo... | James Huston | 2012-10-17 | 1 | -3/+54 |
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -1/+1 |
* | Skip jQuery.sub() test since IE6 can't handle it. | Dave Methvin | 2012-10-09 | 1 | -1/+2 |
* | Break big-html check into its own test for IE6. | Dave Methvin | 2012-10-09 | 1 | -5/+8 |
* | Test: Clean up and fix misc issues | Timo Tijhof | 2012-10-09 | 1 | -6/+6 |
* | Fix #12350: jQuery.trim should remove BOM | Richard Gibson | 2012-08-21 | 1 | -1/+6 |
* | Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897." | Dave Methvin | 2012-08-20 | 1 | -6/+1 |
* | Fix #12350. Remove BOM in jQuery.trim. Close gh-897. | Wesley Walser | 2012-08-19 | 1 | -1/+6 |
* | Fix #12026. Let props in $(html, props) be any jQuery.fn method. | Dave Methvin | 2012-07-05 | 1 | -4/+12 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -102/+102 |
* | Move jQuery.sub to deprecated.js, because it is. | Dave Methvin | 2012-06-29 | 1 | -0/+4 |
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue... | Rick Waldron | 2012-06-25 | 1 | -22/+0 |
* | Add parseHTML for explicitly parsing strings into html. Fixes #11617. | timmywil | 2012-06-21 | 1 | -0/+29 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -30/+41 |
* | Restore rhtmlString to its original form. 1.9 will come with starts-with html... | timmywil | 2012-06-21 | 1 | -5/+5 |
* | Revert "Adjust jQuery('html') detection to only match when html starts with '... | timmywil | 2012-06-21 | 1 | -1/+3 |
* | Adjust jQuery('html') detection to only match when html starts with '<' (coun... | timmywil | 2012-06-20 | 1 | -3/+1 |
* | When detecting html in init, ignore html characters within quotes, brackets, ... | timmywil | 2012-06-19 | 1 | -1/+6 |
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 1 | -17/+17 |
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 1 | -4/+11 |
* | Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes #1... | Mike Sherov | 2012-06-07 | 1 | -32/+38 |
* | Fix busted tests that relied on width in 2nd param to jQuery(), dimensions st... | Rick Waldron | 2012-06-05 | 1 | -11/+25 |
* | Fix indentation in /speed and /test dirs, closes gh-780. | Trey Hunner | 2012-05-18 | 1 | -52/+52 |
* | Fix some stragglers | Yehuda Katz | 2012-04-15 | 1 | -2/+1 |
* | Remove Ajax requirement for simple XML tests | Yehuda Katz | 2012-04-15 | 1 | -21/+13 |
* | Makes parseXML act like parseJSON when given an empty or non-string input: no... | jaubourg | 2012-03-07 | 1 | -1/+13 |
* | fixes #10901, PHP required for unit tests, but still allow the tests to run | Mike Sherov | 2012-02-16 | 1 | -0/+6 |
* | Refine the jQuery.isWindow check. | RafaC3ABl Blais Masson | 2011-12-06 | 1 | -3/+3 |
* | Landing pull request 586. Create exports.js for exporting jQuery to window an... | jrburke | 2011-11-14 | 1 | -7/+1 |
* | Fix #10646. Throw an Error object from `.error()` for IE's sake. | Dave Methvin | 2011-11-07 | 1 | -1/+1 |
* | Fix #10690. Make sure `.isNumeric()` can't get a `Date`. | Dave Methvin | 2011-11-07 | 1 | -3/+15 |
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 1 | -233/+233 |
* | Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric. | Dave Methvin | 2011-10-11 | 1 | -0/+40 |
* | Landing pull request 331. Add support for registering jQuery as an AMD module... | jrburke | 2011-09-19 | 1 | -0/+6 |
|\ |
|
| * | Add support for registering jQuery as an AMD module. Only does so if the AMD ... | jrburke | 2011-04-16 | 1 | -1/+7 |