| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Enforce style in test/unit/callbacks.js. https://github.com/jquery/2012-dev-s... | Erick Ruiz de Chavez | 2012-10-16 | 1 | -22/+27 |
* | | Merge branch 'master' of github.com:jquery/jquery | Dave Methvin | 2012-10-16 | 9 | -320/+451 |
|\ \ |
|
| * | | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Clos... | Greg Lavallee | 2012-10-16 | 2 | -26/+31 |
| * | | Convert all jQuery.removeData(foo, bar, true) calls to jQuery._remove(foo, bar) | Rick Waldron | 2012-10-16 | 4 | -13/+13 |
| * | | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ... | Mike Petrovich | 2012-10-16 | 1 | -0/+5 |
| * | | Enforce style guide in test/unit/attributes.js. Closes gh-985 | Erick Ruiz de Chavez | 2012-10-16 | 1 | -275/+365 |
| * | | Update Sizzle: allows disconnected sorting. Change add to always sort with ad... | Timmy Willison | 2012-10-16 | 1 | -6/+3 |
| * | | Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Clos... | Ben Truyman | 2012-10-16 | 1 | -2/+36 |
* | | | Fix #11280. IE6-8 need name attribute to parse param. Close gh-914. | Daniel Galvez | 2012-10-16 | 1 | -0/+32 |
|/ / |
|
* | | Create private methods for processing data/removeData requests. Fixes #12519,... | carldanley | 2012-10-16 | 1 | -9/+9 |
* | | 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 | 11 | -103/+109 |
* | | 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 | 1 | -2/+2 |
* | | 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 | 1 | -6/+6 |
* | | 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 #12243, $("col").width() should return the column's width. Close gh-916. | Mike Sherov | 2012-08-29 | 1 | -6/+7 |