| Commit message (Expand) | Author | Age | Files | Lines |
* | Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971 | MORGAN | 2012-10-16 | 1 | -0/+9 |
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 12 | -104/+111 |
* | fixes problematic JSONP test (gotta learn to count) | jaubourg | 2012-10-16 | 1 | -4/+4 |
* | Moved attrFN to deprecated. Close gh-977. | Akintayo Akinwunmi | 2012-10-16 | 1 | -0/+6 |
* | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2012-10-16 | 1 | -79/+81 |
|\ |
|
| * | Fixing style for deferred.js unit tests. Close gh-973. | Erick Ruiz de Chavez | 2012-10-16 | 1 | -79/+81 |
* | | comments out some problematic JSONP test until we figure out what the problem is | jaubourg | 2012-10-16 | 1 | -4/+3 |
|/ |
|
* | Fix style nit: indent inside if statement | Rick Waldron | 2012-10-15 | 1 | -99/+99 |
* | Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/i... | David Bonner | 2012-10-15 | 2 | -103/+101 |
* | Breakout JSONP domain-related tests | Rick Waldron | 2012-10-15 | 1 | -86/+142 |
* | Move deprecated.js to the bottom of the build to ensure nothing depends on a ... | Timmy Willison | 2012-10-15 | 1 | -2/+1 |
* | Don't try to be dynamic, just get the damn job done. Expects = 30. | Rick Waldron | 2012-10-15 | 1 | -1/+1 |
* | Split failing cross domain tests into two separate test bodies. | Rick Waldron | 2012-10-15 | 1 | -9/+11 |
* | Fixing style for test unit ajax.js. https://github.com/jquery/2012-dev-summit... | Erick Ruiz | 2012-10-15 | 1 | -1989/+2201 |
* | Adds missing expect() call in test/unit/support.js, fixes failing IE tests | Rick Waldron | 2012-10-15 | 1 | -0/+3 |
* | Adds missing expect() call, fixes failing IE tests | Rick Waldron | 2012-10-15 | 1 | -0/+1 |
* | Enforce expects in ajax.js (https://github.com/jquery/2012-dev-summit/issues/... | James Huston | 2012-10-15 | 1 | -0/+11 |
* | Remove duplicate expect. Add QUnit.config.requireExpects to testrunner.js QUn... | Rick Waldron | 2012-10-15 | 2 | -2/+5 |
* | Enforce expects in manipulation.js (https://github.com/jquery/2012-dev-summit... | James Huston | 2012-10-15 | 1 | -0/+2 |
* | Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issue... | James Huston | 2012-10-15 | 1 | -1/+3 |
* | Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issue... | James Huston | 2012-10-15 | 1 | -0/+4 |
* | Enforce expects in effects.js (https://github.com/jquery/2012-dev-summit/issu... | James Huston | 2012-10-15 | 1 | -0/+2 |
* | Enforce expects in css.js (https://github.com/jquery/2012-dev-summit/issues/53) | James Huston | 2012-10-15 | 1 | -0/+10 |
* | 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 | 3 | -13/+13 |
* | Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to @kse... | jaubourg | 2012-10-06 | 1 | -13/+26 |
* | fix failure from bad markup leaving an element behind. Closes gh-946 | Richard Gibson | 2012-10-05 | 1 | -1/+1 |
* | body default display is always block. @mikesherov was right and this is the p... | Rick Waldron | 2012-10-04 | 1 | -0/+18 |
* | Fix #12583: Don't ignore disabled property of select-one, close gh-932. | Richard Gibson | 2012-10-03 | 1 | -1/+7 |
* | Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944. | Richard Gibson | 2012-10-03 | 1 | -1/+11 |
* | Revert "Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD... | Dave Methvin | 2012-09-30 | 1 | -12/+1 |
* | Since .getAttribute() returns strings, we should check for them. | Dave Methvin | 2012-09-30 | 1 | -1/+1 |
* | Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942. | Mike Sherov | 2012-09-30 | 2 | -1/+8 |
* | Fix #10943, tabindex not set properly on clone in IE7. Close gh-937. | Mike Sherov | 2012-09-30 | 1 | -18/+23 |
* | Update Sizzle: fix a failing test in traversing. Move an attribute selector t... | Timmy Willison | 2012-09-19 | 1 | -1/+7 |
* | Fix #12534. Don't die on browsers lacking getBoundingClientRect. | Dave Methvin | 2012-09-13 | 1 | -0/+9 |
* | deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed... | jaubourg | 2012-09-13 | 1 | -1/+18 |
* | Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD request... | Dave Methvin | 2012-09-11 | 1 | -1/+12 |
* | Fix #12554. Sanitize data from POST. Close gh-908. | Markus Staab | 2012-09-09 | 1 | -2/+13 |
* | Shim/shiv the datalist element for crabby Uncle oldIE. | Dave Methvin | 2012-09-05 | 1 | -1/+1 |
* | Update to QUnit 1.10.0 | Dave Methvin | 2012-09-05 | 1 | -0/+0 |
* | Fix #12243, $("col").width() should return the column's width. Close gh-916. | Mike Sherov | 2012-08-29 | 1 | -6/+7 |
* | Fix #12347 and #12384. Use a fresh div in jQuery.clean each time. | Dave Methvin | 2012-08-28 | 1 | -0/+14 |
* | Update placeholder references to tickets. | Dave Methvin | 2012-08-28 | 1 | -1/+1 |
* | Fix #12383. All selectors should be delegateTarget-relative | Dave Methvin | 2012-08-28 | 1 | -3/+21 |
* | Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL." | Dave Methvin | 2012-08-24 | 1 | -15/+0 |
* | Revert "Fix #12120. Always stack .before/.after, and fix disconnected nodes." | Dave Methvin | 2012-08-24 | 1 | -6/+5 |
* | Fix #12120. Always stack .before/.after, and fix disconnected nodes. | Dave Methvin | 2012-08-23 | 1 | -5/+6 |
* | Fix #10863. Allow newlines in JSON data- attributes. | Dave Methvin | 2012-08-23 | 1 | -1/+8 |