Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Finish the license changes, including Sizzle. | Dave Methvin | 2012-08-09 | 2 | -6/+4 | |
| | | ||||||
* | | Fix #12203. .undelegate() should not remove direcly bound events. | Dave Methvin | 2012-08-07 | 1 | -1/+1 | |
| | | ||||||
* | | Add back a sacrificial $.attrFn object. | Dave Methvin | 2012-08-07 | 1 | -0/+3 | |
| | | | | | | | | | | | | Originally removed in 86b775d036627ebd7242fbb4eb9f24e4ba1fa9c5 as part of the enhancement that allows $(html, props) to use any $.fn method. Although $.attrFn is undocumented it appears to be a poorly kept secret. jQuery Mobile 1.1 is using it and it's the topic of several blog/StackOverflow posts. Leave an empty object here as a dumpster for now, but it's coming out for good in 1.9. | |||||
* | | Sizzle: fix chaining pseudo selectors placed after pos selectors. Fixes #12208. | Timmy Willison | 2012-08-07 | 1 | -0/+0 | |
| | | ||||||
* | | Fixes #1034 - Check for style.removeAttribute before calling it | Corey Frang | 2012-08-06 | 1 | -1/+2 | |
|/ | | | | Fixes issue in non IE browsers that happen to come down this path | |||||
* | Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158. | Timmy Willison | 2012-07-30 | 2 | -2/+2 | |
| | ||||||
* | Fix a regression where has with multiple contexts was not filtering ↵ | Timmy Willison | 2012-07-27 | 1 | -3/+3 | |
| | | | | correctly. Test added. | |||||
* | Sizzle: fix a small bug with combinator cache. Fixes #10499. | Timmy Willison | 2012-07-27 | 1 | -0/+0 | |
| | ||||||
* | Sizzle: adjust pseudos regex. Fixes #12153. | Timmy Willison | 2012-07-27 | 1 | -0/+0 | |
| | ||||||
* | Per @gibson042, don't need .documentElement since Sizzle handles. | Dave Methvin | 2012-07-26 | 1 | -1/+1 | |
| | ||||||
* | Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. | Daniel Chatfield | 2012-07-25 | 1 | -3/+2 | |
| | ||||||
* | Unbreak isHidden args, they're needed by the .filter() call. | Dave Methvin | 2012-07-25 | 1 | -1/+2 | |
| | ||||||
* | Fix #12148. Let .toggle() call the public .hide() for punching. | Dave Methvin | 2012-07-25 | 1 | -7/+9 | |
| | | | | There is a slightly shorter way to do this but it's not Closure-friendly. | |||||
* | Moves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876 | Oleg | 2012-07-25 | 2 | -7/+6 | |
| | ||||||
* | Oops, didn't mean to revert sizzle last time | Corey Frang | 2012-07-25 | 1 | -0/+0 | |
| | ||||||
* | This should repair the unit | Corey Frang | 2012-07-25 | 1 | -0/+0 | |
| | ||||||
* | Remove unnecessary else | Timmy Willison | 2012-07-25 | 1 | -3/+1 | |
| | ||||||
* | Fail silently if closest is somehow called on a document. Fixes #10726. | Timmy Willison | 2012-07-25 | 1 | -4/+1 | |
| | ||||||
* | Sizzle: fixes issue with :empty pseudo and comment nodes | Timmy Willison | 2012-07-25 | 1 | -0/+0 | |
| | ||||||
* | Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873." | Dave Methvin | 2012-07-25 | 2 | -4/+6 | |
| | | | | | | This reverts commit 569d064fc93459695cb6eb6fd09e5ba3fda62f03. Causing test fails in Safari, IE6, and IE7. | |||||
* | Update Sizzle: minor consolidation | Timmy Willison | 2012-07-25 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle: attribute values regex tweak | Timmy Willison | 2012-07-25 | 1 | -0/+0 | |
| | ||||||
* | Fix #7579. Don't convert to number if it changes the string. Close gh-852. | Dave Methvin | 2012-07-25 | 1 | -2/+3 | |
| | | | | Net effect here is that hex numbers and most exponential-format numbers or long sequences of digits will remain strings rather than being coerced to numbers. `The people have spoken. | |||||
* | Followup #12018, fix a test fail converting to pixels. Close gh-874. | Mike Sherov | 2012-07-25 | 1 | -1/+1 | |
| | ||||||
* | Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873. | Daniel Chatfield | 2012-07-25 | 2 | -6/+4 | |
| | ||||||
* | Fix #12132. IE10 dislikes detached object elements. Close gh-870. | Elijah Manor | 2012-07-24 | 1 | -4/+5 | |
| | ||||||
* | Update Sizzle | Timmy Willison | 2012-07-23 | 1 | -0/+0 | |
| | ||||||
* | Sizzle: fixes test fails in IE6/7 | Timmy Willison | 2012-07-23 | 1 | -0/+0 | |
| | ||||||
* | Sizzle: fix issue with adjusting the context on relative combinators in ↵ | Timmy Willison | 2012-07-23 | 1 | -0/+0 | |
| | | | | element-rooted qSA | |||||
* | Update Sizzle | Timmy Willison | 2012-07-23 | 1 | -0/+0 | |
| | ||||||
* | Support event delegation with relative selectors. Fixes #10762. Closes gh-860. | Richard Gibson | 2012-07-23 | 1 | -4/+4 | |
| | ||||||
* | Update Sizzle: Minor edits and fixes #10762. | Timmy Willison | 2012-07-23 | 1 | -0/+0 | |
| | ||||||
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 8 | -25/+27 | |
| | ||||||
* | Fix #9217. oldIE error when changing detached elements, close gh-861 | Corey Frang | 2012-07-22 | 1 | -0/+11 | |
| | ||||||
* | Fix #12088, Safari 5 and more percentages in getComputedStyle | Mike Sherov | 2012-07-22 | 2 | -7/+12 | |
| | | | | In particular, min-width and max-width are taunting the awesome hack. Closes gh-865. | |||||
* | Fix the logic to set overflow:hidden on width & height animations - Fixes ↵ | Corey Frang | 2012-07-20 | 1 | -1/+1 | |
| | | | | #12117 - Closes gh-869 | |||||
* | Update Sizzle to fix #12082, #12087. | Dave Methvin | 2012-07-17 | 1 | -0/+0 | |
| | ||||||
* | Extracts the serialization code from the ajax module so that alternative ↵ | jaubourg | 2012-07-13 | 2 | -160/+154 | |
| | | | | ajax implementations can use it without the need for the whole ajax module to be included in the build. | |||||
* | Revert "Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7." | Dave Methvin | 2012-07-12 | 1 | -0/+8 | |
| | | | | | | This reverts commit e866893fd29b0328ebc282cf0ba716e6f87384c3. Failures in IE6 when this is removed, unfortunately. | |||||
* | Fix #11397. Shush Firefox warning by re-breaking #6932 for BB 4.7. | Dave Methvin | 2012-07-12 | 1 | -8/+0 | |
| | | | | At this point BlackBerry 4.7 (and related ancient browsers) should be scarce (released circa 2008) so #6932 will be closed wontfix for this edge case. | |||||
* | Update Sizzle to fix oldIE erroneous getAttribute invokification. | Dave Methvin | 2012-07-12 | 1 | -0/+0 | |
| | ||||||
* | Fix #11547. toLowerCase not work good on XML attributes. | Dave Methvin | 2012-07-11 | 1 | -7/+2 | |
| | | | | This was fixed to some extent in gh-724 but there were insufficient test cases. Removing the lowercase completely allows IE 6/7 to work properly since there you need an exact case match for attributes, even in HTML docs. More discussion and test cases in the comments on gh-724. | |||||
* | Update Sizzle; Closes #12054, #12057. | Dave Methvin | 2012-07-11 | 1 | -0/+0 | |
| | ||||||
* | Fixes a variety of typographical problems. Closes gh-853 | Chris Faulkner | 2012-07-11 | 5 | -7/+7 | |
| | ||||||
* | Adjust jshint options to pass with closure 'sub' changes | Timmy Willison | 2012-07-10 | 1 | -0/+1 | |
| | ||||||
* | Sizzle: necessary changes for Advanced Closure compiler support | Timmy Willison | 2012-07-10 | 1 | -0/+0 | |
| | ||||||
* | Fix #10517. before() and after() on disconnected node should return multiple ↵ | Uri Gilad | 2012-07-10 | 1 | -3/+3 | |
| | | | | nodes. Closes gh-851. | |||||
* | Sizzle: fix failing test in IE: malformed HTML | Timmy Willison | 2012-07-09 | 1 | -0/+0 | |
| | ||||||
* | Update Sizzle: fixes an issue with an escape character in the id of a context | Timmy Willison | 2012-07-09 | 1 | -0/+0 | |
| | ||||||
* | Fix #11962. Standardize getter return values for empty sets. | Uri Gilad | 2012-07-09 | 2 | -3/+3 | |
| |