| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix #14074: element id="nodeName". Close gh-1389. | Richard Gibson | 2013-11-07 | 1 | -0/+7 |
* | Add unit tests for jQuery.grep. Close gh-1345. | Amey Sakhadeo | 2013-09-12 | 1 | -0/+20 |
* | No ticket: Hide the testing-support jQuery from tests | Richard Gibson | 2013-09-03 | 1 | -3/+4 |
* | Ref #14313: Optimize 1.x jQuery.merge for size. | Amey Sakhadeo | 2013-09-03 | 1 | -12/+52 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -7/+7 |
* | Fix #13223. Re-allow leading space in HTML. Close gh-1264. | Dave Methvin | 2013-05-09 | 1 | -1/+7 |
* | Fix #13741. Make wrap/unwrap methods optional; close gh-1236. | Michał Gołębiowski | 2013-04-17 | 1 | -5/+0 |
* | Update jshintrc to conform to new style guide. Conform to onevar and unused i... | Timmy Willison | 2013-04-09 | 1 | -83/+96 |
* | Fix #12199. Handle iteration over inherited properties in oldIE. Close | Brandon Johnson | 2013-04-04 | 1 | -1/+11 |
* | Fix typos. Close gh-1186. | dmitrygusev | 2013-02-28 | 1 | -4/+4 |
* | No ticket: Revise unit tests in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -4/+8 |
* | Fix #12656. Make event shorthands excludable. | Dave Methvin | 2013-01-27 | 1 | -3/+6 |
* | Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143. | Richard Gibson | 2013-01-25 | 1 | -0/+7 |
* | 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 |