| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Alternate fix for #11426; check responseText. Close gh-843. | Oleg Gaidarenko | 2012-10-20 | 1 | -2/+1 |
* | | Don't expose jQuery.deletedIds. Close gh-889. | Rick Waldron | 2012-10-20 | 3 | -2/+5 |
* | | Fix #12048. Set attributes for XML fragments. Close gh-965. | Sai Wong | 2012-10-20 | 1 | -1/+1 |
* | | Fixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug tha... | Merrifield, Jay | 2012-10-20 | 1 | -3/+7 |
* | | Fix #12610, remove unneeded window.event. Close gh-968. | Sai Wong | 2012-10-20 | 1 | -1/+1 |
* | | Fix #4262: faster .eq(), closes gh-1000. | Richard Gibson | 2012-10-19 | 1 | -8/+7 |
* | | Fix #12739. Keep namespace when triggering with an Event. Close gh-972. | Allen J Schmidt Jr | 2012-10-19 | 1 | -1/+1 |
* | | adds strict rule to jshint options (except for test files). "use strict" is a... | jaubourg | 2012-10-18 | 3 | -0/+4 |
* | | Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Clo... | James Huston | 2012-10-17 | 1 | -13/+18 |
* | | no ticket: fix jQuery suite failure on Android | Richard Gibson | 2012-10-17 | 1 | -0/+0 |
* | | Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967 | Merrifield, Jay | 2012-10-17 | 1 | -1/+1 |
* | | Fixes #12749, correctly detect position() for position:fixed elements, closes... | Merrifield, Jay | 2012-10-17 | 1 | -18/+24 |
* | | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 8 | -14/+11 |
* | | Update Sizzle: fixes failing tests in traversing (FF, Opera, Safari) | Timmy Willison | 2012-10-17 | 1 | -0/+0 |
* | | Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh... | Sai Wong | 2012-10-16 | 1 | -47/+38 |
* | | Sizzzzzzllllleeeee | Timmy Willison | 2012-10-16 | 1 | -0/+0 |
* | | Uses an additive approach to generating anti-cache parameters rather than a t... | jaubourg | 2012-10-16 | 1 | -1/+3 |
* | | Update Sizzle: <3 reverts | Timmy Willison | 2012-10-16 | 1 | -0/+0 |
* | | Merge branch 'master' of github.com:jquery/jquery | Dave Methvin | 2012-10-16 | 7 | -31/+59 |
|\ \ |
|
| * | | Fixes busted indents. Sorry folks | Rick Waldron | 2012-10-16 | 1 | -4/+4 |
| * | | update sizzle for test failures | Richard Gibson | 2012-10-16 | 1 | -0/+0 |
| * | | Replace unknown, mysterious html arg to replaceWith(fn...), with just the cur... | Rick Waldron | 2012-10-16 | 1 | -3/+6 |
| * | | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Clos... | Greg Lavallee | 2012-10-16 | 2 | -23/+48 |
| * | | Sizzle was accidentally reverted | Timmy Willison | 2012-10-16 | 1 | -0/+0 |
| * | | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ... | Mike Petrovich | 2012-10-16 | 2 | -1/+1 |
| * | | Update Sizzle: allows disconnected sorting. Change add to always sort with ad... | Timmy Willison | 2012-10-16 | 2 | -3/+1 |
| * | | Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Clos... | Ben Truyman | 2012-10-16 | 1 | -1/+3 |
* | | | Fix #11280. IE6-8 need name attribute to parse param. Close gh-914. | Daniel Galvez | 2012-10-16 | 1 | -2/+20 |
|/ / |
|
* | | Clean up jshintrc configs. Close gh-983. | Mike Sherov | 2012-10-16 | 1 | -7/+7 |
* | | Create private methods for processing data/removeData requests. Fixes #12519,... | carldanley | 2012-10-16 | 4 | -157/+168 |
* | | Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971 | MORGAN | 2012-10-16 | 1 | -1/+1 |
* | | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -1/+2 |
* | | Moved attrFN to deprecated. Close gh-977. | Akintayo Akinwunmi | 2012-10-16 | 2 | -4/+4 |
* | | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2012-10-16 | 1 | -0/+0 |
|\ \ |
|
| * | | Fixing style for deferred.js unit tests. Close gh-973. | Erick Ruiz de Chavez | 2012-10-16 | 1 | -0/+0 |
* | | | better, more maintainable version of the prefilters execution and transport s... | jaubourg | 2012-10-16 | 1 | -35/+20 |
|/ / |
|
* | | fix effects tests failure | Mike Sherov | 2012-10-16 | 3 | -8/+8 |
* | | Latest JSHint gets cranky with the _ vars in catch() {} | Rick Waldron | 2012-10-15 | 1 | -2/+2 |
* | | Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/i... | David Bonner | 2012-10-15 | 2 | -26/+26 |
* | | Update Sizzle: focus test was failing if browser window was not in focus | Timmy Willison | 2012-10-15 | 1 | -0/+0 |
* | | Sizzle: Fix :focus selector with elements that have a tabIndex !== -1 | Timmy Willison | 2012-10-15 | 1 | -0/+0 |
* | | Update Sizzle: Fixes #12606, #12671, #12672. | Timmy Willison | 2012-10-14 | 1 | -0/+0 |
* | | Use the correct escape for BOM; add build code to detect non-ASCII. | Dave Methvin | 2012-10-11 | 1 | -1/+1 |
* | | Use Uglify's ascii_only to avoid converting UTF-8 escapes. | Dave Methvin | 2012-10-11 | 1 | -2/+1 |
* | | Fix #12690. Avoid use of UTF-8 chars in final files. | Dave Methvin | 2012-10-10 | 2 | -2/+3 |
* | | Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to @kse... | jaubourg | 2012-10-06 | 1 | -2/+4 |
* | | body default display is always block. @mikesherov was right and this is the p... | Rick Waldron | 2012-10-04 | 1 | -1/+1 |
* | | Sizzle: throw an invalid selector exception for trailing-comma selectors. Fix... | Timmy Willison | 2012-10-04 | 1 | -0/+0 |
* | | Fix #12583: Don't ignore disabled property of select-one, close gh-932. | Richard Gibson | 2012-10-03 | 1 | -19/+13 |
* | | Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944. | Richard Gibson | 2012-10-03 | 1 | -3/+6 |