Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #10208. Check for `button` as well as `input` when performing the #7071 ↵ | Dave Methvin | 2011-09-07 | 1 | -2/+3 |
| | | | | VML crash workaround for IE special-events submit code. | ||||
* | Bug in rmultidash. Fixes #10194 | rwldrn | 2011-09-07 | 1 | -2/+3 |
| | |||||
* | Reverts broken support string. Fixes #10197 | rwldrn | 2011-09-07 | 1 | -1/+1 |
| | |||||
* | Landing pull request 478. Apply fixes as noted by Diego Perini, David ↵ | Rick Waldron | 2011-09-01 | 1 | -4/+5 |
| | | | | | | | | Murdoch & Mathias Bynens. Supplements #9634 Fixes #9634. More Details: - https://github.com/jquery/jquery/pull/478 - http://bugs.jquery.com/ticket/9634 | ||||
* | Landing pull request 476. Fix lint complaints about unescaped -. Follow up ↵ | rwldrn | 2011-08-26 | 1 | -1/+1 |
| | | | | | | | | to #10021 Fixes #10021. More Details: - https://github.com/jquery/jquery/pull/476 - http://bugs.jquery.com/ticket/10021 | ||||
* | Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385" | timmywil | 2011-08-26 | 1 | -3/+1 |
| | | | | This reverts commit dd93d0eb32dc638ff3319792a885acd6d3c25c30. | ||||
* | Revert back to always setting the attribute to empty string before removal. ↵ | timmywil | 2011-08-25 | 1 | -8/+3 |
| | | | | Fixes #9699. | ||||
* | Merge pull request #445 from rwldrn/9897 | Dave Methvin | 2011-08-25 | 1 | -4/+9 |
|\ | | | | | Fixes #9897. Wrap obj.constructor test in try/catch to avoid problems with host objects. Thanks to bkrausz. | ||||
| * | Wrap obj.constructor test in try/catch. Thanks to bkrausz. Fixes #9897 | Rick Waldron | 2011-07-25 | 1 | -4/+9 |
| | | |||||
* | | Merge pull request #464 from dmethvin/fix-10021-relative-negative-values | Dave Methvin | 2011-08-25 | 1 | -9/+8 |
|\ \ | | | | | | | Fixes #10021. Allow negative relative values for `.css()` | ||||
| * | | Check for null before isNaN(). | Dave Methvin | 2011-08-16 | 1 | -1/+1 |
| | | | |||||
| * | | Save a few bytes, thanks @danheberden! | Dave Methvin | 2011-08-16 | 1 | -2/+2 |
| | | | |||||
| * | | Fixes #10021. Allow negative relative values for `.css()` (e.g., ↵ | Dave Methvin | 2011-08-16 | 1 | -9/+8 |
| | | | | | | | | | | | | `"+=-20px"`) since `.animate()` already allows it. Useful for when the relative value is a variable. | ||||
* | | | Merge pull request #465 from anton-ryzhov/master | Dave Methvin | 2011-08-25 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Fixes #10076. $.inArray crashes IE6 and Chrome if second argument is `null` or `undefined` (Thanks anton-ryzhov!) | ||||
| * | | | Unit test for this case | Anton Ryzhov | 2011-08-17 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Codestyle fixes | ||||
| * | | | $.inArray doesn't crush IE6 and Chrome if second argument is `null` or ↵ | Anton Ryzhov | 2011-08-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | `undefined` | ||||
* | | | | Merge pull request #468 from rwldrn/10080 | Dave Methvin | 2011-08-25 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Fixes #10080. Test cache for window inference. | ||||
| * | | | | Test for window inference. Fixes #10080 | rwldrn | 2011-08-18 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Ensure cache[id] exists before attempting to delete it. Fixes #10080 | Rick Waldron | 2011-08-17 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Merge pull request #473 from dmethvin/fix-10098-faux-comment | Dave Methvin | 2011-08-25 | 1 | -3/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixes #10098. Avoid a slashy-starry char sequence to prevent T-Mobile (and other brain-damaged) script compression breaking jQuery. | ||||
| * | | | | | Use jdalton's shorter sequence for the chars. | Dave Methvin | 2011-08-23 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Use a semantic name for the variable. | Dave Methvin | 2011-08-23 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Fixes #10098. Avoid a slashy-starry char sequence in literal strings to ↵ | Dave Methvin | 2011-08-22 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | evade faulty script compressors. | ||||
* | | | | | | Prioritize #id over <tag> to avoid XSS via location.hash (#9521) | Dave Methvin | 2011-08-23 | 1 | -2/+2 |
|/ / / / / | |||||
* | | | | | Revert "Landing pull request 461. Adds a due diligence check for pre-defined ↵ | timmywil | 2011-08-22 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data-* attrs during removal. Fixes #10026." This reverts commit 6805fc2cd20e36af5c1b0c51f6f39f21cea4609a. A more cache-friendly solution is in the works. | ||||
* | | | | | Landing pull request 461. Adds a due diligence check for pre-defined data-* ↵ | Rick Waldron | 2011-08-22 | 1 | -0/+5 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attrs during removal. Fixes #10026. More Details: - https://github.com/jquery/jquery/pull/461 - http://bugs.jquery.com/ticket/10026 | ||||
* | | | | Landing pull request 463. Fixes #9572. Don't camelize the `-ms-` prefix ↵ | dmethvin | 2011-08-17 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because Microsoft didn't. A Fixes #9572. More Details: - https://github.com/jquery/jquery/pull/463 - http://bugs.jquery.com/ticket/9572 | ||||
* | | | | Landing pull request 459. Do not allow assumed cache[id] in jQuery.data. ↵ | Rick Waldron | 2011-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #8235. More Details: - https://github.com/jquery/jquery/pull/459 - http://bugs.jquery.com/ticket/8235 | ||||
* | | | | Update sizzle and QUnit | timmywil | 2011-08-17 | 1 | -0/+0 |
|/ / / | |||||
* / / | Remove requestAnimationFrame support. Fixes #9381. | timmywil | 2011-08-16 | 1 | -20/+3 |
|/ / | |||||
* | | Merge pull request #456 from rwldrn/9318 | Dave Methvin | 2011-08-05 | 1 | -2/+2 |
|\ \ | | | | | | | Improves support for arbitrary numbers in data keys. Fixes #9318 | ||||
| * | | Improves support for arbitrary numbers in data keys. Fixes #9318 | Rick Waldron | 2011-08-05 | 1 | -2/+2 |
| | | | |||||
* | | | Supports interoperable removal of hyphenated/camelCase properties. Fixes #9413 | Rick Waldron | 2011-08-05 | 1 | -2/+14 |
|/ / | |||||
* | | Add back the background: none setting to avoid any possible crashes in IE ↵ | timmywil | 2011-08-04 | 1 | -1/+2 |
| | | | | | | | | from the support testElement. Fixes #9823. | ||||
* | | Remove unnecessary regex | timmywil | 2011-08-04 | 1 | -1/+0 |
| | | |||||
* | | Now using getAttributeNode in all attribute cases in IE6/7, which normalizes ↵ | timmywil | 2011-08-04 | 1 | -23/+18 |
| | | | | | | | | attribute behaviors across browsers, is less hacky, and shortens the attribute code. Fixes #9980. | ||||
* | | Make the tabIndex hook first a propHook and add it to attrHooks for ↵ | timmywil | 2011-08-04 | 1 | -15/+20 |
| | | | | | | | | back-compat reasons. Fixes #9979. | ||||
* | | Merge pull request #367 from gnarf37/index-optimize | Dave Methvin | 2011-08-04 | 1 | -5/+10 |
|\ \ | | | | | | | Quick improvement to the performance of .index() with no arguments | ||||
| * | | Quick improvement to the performace of .index() with no arguments - Adding a ↵ | gnarf | 2011-06-14 | 1 | -5/+10 |
| | | | | | | | | | | | | unit test for .index() of a node without a parent returns -1 | ||||
* | | | Merge pull request #416 from gnarf37/ticket_6652 | Dave Methvin | 2011-08-04 | 1 | -6/+17 |
|\ \ \ | | | | | | | | | CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - R | ||||
| * | | | Trying .removeAttribute instead of the regexp to remove the filter attribute | Corey Frang | 2011-07-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - ↵ | gnarf | 2011-06-20 | 1 | -6/+17 |
| | | | | | | | | | | | | | | | | REMOVE FILTER:ALPHA(OPACITY=100) AFTER ANIMATION | ||||
* | | | | Merge pull request #412 from rwldrn/9587 | Dave Methvin | 2011-08-04 | 1 | -2/+5 |
|\ \ \ \ | | | | | | | | | | | jQuery.clone() check destination child nodes are not null. Fixes #9587 | ||||
| * | | | | jQuery.clone() check that destination child nodes are not null. Fixes #9587 | rwldrn | 2011-06-15 | 1 | -2/+5 |
| | | | | | |||||
* | | | | | Merge pull request #432 from rwldrn/9794 | Dave Methvin | 2011-08-04 | 1 | -5/+21 |
|\ \ \ \ \ | | | | | | | | | | | | | Correct non-null|undefined evaluation of data property values. Fixes #9779 | ||||
| * | | | | | Do plain property check first, fallback to camelCase only if nec. Fixes #9794 | Rick Waldron | 2011-07-25 | 1 | -5/+5 |
| | | | | | | |||||
| * | | | | | Correct non-null|undefined evaluation of data property values. Fixes #9794 | Rick Waldron | 2011-07-10 | 1 | -5/+21 |
| | | | | | | |||||
* | | | | | | Merge pull request #431 from DenisKnauf/master | Dave Methvin | 2011-08-04 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | input type=datetime-local (ajax doesn't support it, yet) | ||||
| * | | | | | | input type=datetime-local support for ajax. | Denis Knauf | 2011-07-07 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #434 from Bubbi/bug_7071 | Dave Methvin | 2011-08-04 | 1 | -3/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | ticket #7071 - Accessing the 'type' property on VML elements fails on IE during submit special handler |