aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Prioritize #id over <tag> to avoid XSS via location.hash (#9521)Dave Methvin2011-08-231-2/+2
|/ / / / / / /
* | | | | | | Revert "Landing pull request 461. Adds a due diligence check for pre-defined ↵timmywil2011-08-221-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 Waldron2011-08-221-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 ↵dmethvin2011-08-171-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 Waldron2011-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #8235. More Details: - https://github.com/jquery/jquery/pull/459 - http://bugs.jquery.com/ticket/8235
* | | | | | Update sizzle and QUnittimmywil2011-08-171-0/+0
|/ / / / /
* / / / / Remove requestAnimationFrame support. Fixes #9381.timmywil2011-08-161-20/+3
|/ / / /
* | | | Merge pull request #456 from rwldrn/9318Dave Methvin2011-08-051-2/+2
|\ \ \ \ | | | | | | | | | | Improves support for arbitrary numbers in data keys. Fixes #9318
| * | | | Improves support for arbitrary numbers in data keys. Fixes #9318Rick Waldron2011-08-051-2/+2
| | | | |
* | | | | Supports interoperable removal of hyphenated/camelCase properties. Fixes #9413Rick Waldron2011-08-051-2/+14
|/ / / /
* | | | Add back the background: none setting to avoid any possible crashes in IE ↵timmywil2011-08-041-1/+2
| | | | | | | | | | | | | | | | from the support testElement. Fixes #9823.
* | | | Remove unnecessary regextimmywil2011-08-041-1/+0
| | | |
* | | | Now using getAttributeNode in all attribute cases in IE6/7, which normalizes ↵timmywil2011-08-041-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 ↵timmywil2011-08-041-15/+20
| | | | | | | | | | | | | | | | back-compat reasons. Fixes #9979.
* | | | Merge pull request #367 from gnarf37/index-optimizeDave Methvin2011-08-041-5/+10
|\ \ \ \ | | | | | | | | | | Quick improvement to the performance of .index() with no arguments
| * | | | Quick improvement to the performace of .index() with no arguments - Adding a ↵gnarf2011-06-141-5/+10
| | | | | | | | | | | | | | | | | | | | unit test for .index() of a node without a parent returns -1
* | | | | Merge pull request #416 from gnarf37/ticket_6652Dave Methvin2011-08-041-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 attributeCorey Frang2011-07-131-2/+2
| | | | | |
| * | | | | CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - ↵gnarf2011-06-201-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | REMOVE FILTER:ALPHA(OPACITY=100) AFTER ANIMATION
* | | | | | Merge pull request #412 from rwldrn/9587Dave Methvin2011-08-041-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | jQuery.clone() check destination child nodes are not null. Fixes #9587
| * | | | | | jQuery.clone() check that destination child nodes are not null. Fixes #9587rwldrn2011-06-151-2/+5
| | | | | | |
* | | | | | | Merge pull request #432 from rwldrn/9794Dave Methvin2011-08-041-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 #9794Rick Waldron2011-07-251-5/+5
| | | | | | | |
| * | | | | | | Correct non-null|undefined evaluation of data property values. Fixes #9794Rick Waldron2011-07-101-5/+21
| | | | | | | |
* | | | | | | | Merge pull request #431 from DenisKnauf/masterDave Methvin2011-08-041-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | input type=datetime-local (ajax doesn't support it, yet)
| * | | | | | | | input type=datetime-local support for ajax.Denis Knauf2011-07-071-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #434 from Bubbi/bug_7071Dave Methvin2011-08-041-3/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ticket #7071 - Accessing the 'type' property on VML elements fails on IE during submit special handler
| * | | | | | | | | Make sure that Internet Explorer 6-8 won't give a "failed" error, when a ↵Steen Nielsen2011-07-151-3/+4
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | request for type is made on vml objects
* | | | | | | | | Merge pull request #451 from scottjehl/masterDave Methvin2011-08-041-2/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Check body existence before referencing its properties (fixes Nokia error)
| * | | | | | | | | Make sure body is defined before attempting to use its properties. This ↵scottjehl2011-08-021-2/+3
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | check prevents an error from occurring when the width() or height() methods are called before the body is defined in browsers that return false on the first condition and proceed on to the second. For example, simply calling $( window ).width() from a script in the HEAD will throw an error in Nokia webkit browsers without this check in place.
* | | | | | | | | Merge pull request #419 from rwldrn/9630Dave Methvin2011-08-041-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Unit tests assert that .contents().hasClass() works as expected. Fixes #9630
| * | | | | | | | | Filter hasClass by nodeType 1; Fixes #9630rwldrn2011-06-221-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #417 from rwldrn/9385Dave Methvin2011-08-041-1/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385
| * | | | | | | | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385rwldrn2011-06-201-1/+3
| |/ / / / / / / /
* | / / / / / / / Non-breaking-space should achieve the same effect as a visible character. ↵Rick Waldron2011-07-251-1/+1
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fixes #9634
* | | | | | | | Fixes #9255: xml parsing error in $.parseXML is now properly detected for ↵jaubourg2011-07-231-15/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all browsers. Unit test added.
* | | | | | | | Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText ↵jaubourg2011-07-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in callbacks is still normalized. Unit test added.
* | | | | | | | Makes sure that status -1 (used when an internal error occured) will not tag ↵jaubourg2011-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jqXHR.readyState as complete (4).
* | | | | | | | Fixes #9887: ajax now supports circular references into objects passed as ↵jaubourg2011-07-231-16/+34
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | context. Prefilter and transport developpers should add their own custom option into flatOptions when needed. Unit test added.
* | | | | | | Check the attribute node value for false for HTML5 booleans when not ↵timmywil2011-07-091-1/+3
| |/ / / / / |/| | | | | | | | | | | | | | | | | supported. Fixes #9504.
* | | | | | Fixes #9632. Adds res:// protocol to the list of local protocols.jaubourg2011-07-011-1/+1
| | | | | |
* | | | | | Fixes #9682. Removes data from the options for request with no content so ↵jaubourg2011-07-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | that it is not used again in case of a retry. Unit test added.
* | | | | | Fixes #9446. Context is properly propagated using pipe. If context was the ↵jaubourg2011-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | original deferred, then context is updated to next deferred in the chain. Unit tests added.
* | | | | | Replaces typo (status instead of state) as observed in #9585.jaubourg2011-07-011-1/+1
| | | | | |
* | | | | | Set timerId to true instead of a number so that intervals set to 1 are not ↵timmywil2011-06-281-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | accidentally cleared when stopped. Fixes #9678. - Adding a working test case would not be possible in this case, but all tests pass.
* | | | | Allow similarly named classes (regression from 9499) and switch class ↵timmywil2011-06-191-11/+9
| | | | | | | | | | | | | | | | | | | | retrieval to property when passing class to value functions. Fixes #9617.
* | | | | Landing pull request 413. Move border/padding checks to after width ↵Mike Sherov2011-06-171-11/+10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | validation to avoid unnecessary fallbacks. Fixes #9598. More Details: - https://github.com/jquery/jquery/pull/413 - http://bugs.jquery.com/ticket/9300 - http://bugs.jquery.com/ticket/9441 - http://bugs.jquery.com/ticket/9598
* | | | Landing pull request 378. Comment typo in core.js.Schalk Neethling2011-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/378
* | | | Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548.rwldrn2011-06-141-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/409 - http://bugs.jquery.com/ticket/9548
* | | | Landing pull request 410. Moves jQuery attachment comment to outro.Greg Hazel2011-06-142-1/+1
| | | | | | | | | | | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/410