Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Uses an additive approach to generating anti-cache parameters rather than a ↵ | jaubourg | 2012-10-16 | 1 | -1/+3 | |
| | | | | | | | | timestamp. Fixes #12550 | |||||
* | | 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 ↵ | Rick Waldron | 2012-10-16 | 1 | -3/+6 | |
| | | | | | | | | | | | | current node. | |||||
| * | | Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. ↵ | Greg Lavallee | 2012-10-16 | 2 | -23/+48 | |
| | | | | | | | | | | | | | | | | | | Closes gh-982. Signed-off-by: Timmy Willison <timmywillisn@gmail.com> | |||||
| * | | 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 | |
| | | | | | | | | | | | | during animation, closes gh-981 | |||||
| * | | Update Sizzle: allows disconnected sorting. Change add to always sort with ↵ | Timmy Willison | 2012-10-16 | 2 | -3/+1 | |
| | | | | | | | | | | | | added nodes, even when disconnected. | |||||
| * | | Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, ↵ | Ben Truyman | 2012-10-16 | 1 | -1/+3 | |
| | | | | | | | | | | | | Closes gh-979 | |||||
* | | | 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 ↵ | carldanley | 2012-10-16 | 4 | -157/+168 | |
| | | | | | | | | #12519, Closes gh-976 | |||||
* | | 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 | |
| | | | | | | | | | | | | Close jquery/2012-dev-summit/#56 | |||||
* | | | better, more maintainable version of the prefilters execution and transport ↵ | jaubourg | 2012-10-16 | 1 | -35/+20 | |
|/ / | | | | | | | selection | |||||
* | | 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 ↵ | David Bonner | 2012-10-15 | 2 | -26/+26 | |
| | | | | | | | | https://github.com/jquery/2012-dev-summit/issues/24 | |||||
* | | 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 | |
| | | | | | | | | Thanks @curiousdannii! | |||||
* | | 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 ↵ | jaubourg | 2012-10-06 | 1 | -2/+4 | |
| | | | | | | | | @kselden for finding the bug. | |||||
* | | body default display is always block. @mikesherov was right and this is the ↵ | Rick Waldron | 2012-10-04 | 1 | -1/+1 | |
| | | | | | | | | proof. Fixes #10227 | |||||
* | | Sizzle: throw an invalid selector exception for trailing-comma selectors. ↵ | Timmy Willison | 2012-10-04 | 1 | -0/+0 | |
| | | | | | | | | Fixes #12643. | |||||
* | | 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 | |
| | | ||||||
* | | Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942. | Mike Sherov | 2012-09-30 | 1 | -1/+3 | |
| | | ||||||
* | | Fix #12357: be more kind to non-browser environments. Close gh-938. | Richard Gibson | 2012-09-30 | 1 | -7/+6 | |
| | | ||||||
* | | Sizzle: removes nth-child cache | Timmy Willison | 2012-09-20 | 1 | -0/+0 | |
| | | ||||||
* | | Sizzle: account for external document contexts (such as iframes) in ↵ | Timmy Willison | 2012-09-20 | 1 | -0/+0 | |
| | | | | | | | | combinator checks. Fixes #12572. | |||||
* | | Update Sizzle: fix a failing test in traversing. Move an attribute selector ↵ | Timmy Willison | 2012-09-19 | 1 | -0/+0 | |
| | | | | | | | | test to jQuery-only. | |||||
* | | Sizzle: fixes failing test in css | Timmy Willison | 2012-09-19 | 1 | -0/+0 | |
| | | ||||||
* | | Update Sizzle: fix position caching with child selectors. Fixes #12337. | Timmy Willison | 2012-09-19 | 1 | -0/+0 | |
| | | ||||||
* | | Fixes failing tests in selector/traversing | Timmy Willison | 2012-09-19 | 1 | -0/+0 | |
| | | ||||||
* | | Update Sizzle: Fixes #12303, #12474, #12523, #12526, #12541. | Timmy Willison | 2012-09-19 | 1 | -0/+0 | |
| | | ||||||
* | | Fix #12229, size/consistency improvements. Close gh-887. | Richard Gibson | 2012-09-18 | 5 | -24/+21 | |
| | | ||||||
* | | Fix #12423. Ensure we can .apply() before we try. | Dave Methvin | 2012-09-18 | 1 | -1/+1 | |
| | | | | | | | | I can't think of an uncontrived way to unit test this, it only occurs in IE when a BHO monkeys with the links. | |||||
* | | Fix #12447: Ensure starting-point calc takes finite time. Close gh-922. | Richard Gibson | 2012-09-15 | 1 | -8/+7 | |
| | | ||||||
* | | Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect. | Dave Methvin | 2012-09-14 | 2 | -9/+14 | |
| | | | | | | | | This lets us still add the other offset components to the number so they're less wrong. Affects BlackBerry 5 and iOS 3, everyone else has gBCR. | |||||
* | | Fix #12534. Don't die on browsers lacking getBoundingClientRect. | Dave Methvin | 2012-09-13 | 1 | -2/+2 | |
| | | ||||||
* | | deferred.promise(obj) should work with non-objects. Fixes #12521. Much ↵ | jaubourg | 2012-09-13 | 1 | -1/+1 | |
| | | | | | | | | needed unit tests added! | |||||
* | | Sizzle: fix selector in Chrome 21. Fixes #12492. | Timmy Willison | 2012-09-11 | 1 | -0/+0 | |
| | |