aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add back the background: none setting to avoid any possible crashes in IE fro...timmywil2011-08-041-1/+2
* Remove unnecessary regextimmywil2011-08-041-1/+0
* Now using getAttributeNode in all attribute cases in IE6/7, which normalizes ...timmywil2011-08-042-46/+40
* Make the tabIndex hook first a propHook and add it to attrHooks for back-comp...timmywil2011-08-042-15/+75
* Merge pull request #367 from gnarf37/index-optimizeDave Methvin2011-08-042-7/+14
|\
| * Quick improvement to the performace of .index() with no arguments - Adding a ...gnarf2011-06-142-7/+14
* | Merge pull request #416 from gnarf37/ticket_6652Dave Methvin2011-08-044-6/+39
|\ \
| * | Unit test for #6652Corey Frang2011-07-133-0/+22
| * | 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 - REMOV...gnarf2011-06-201-6/+17
* | | Merge pull request #412 from rwldrn/9587Dave Methvin2011-08-043-2/+18
|\ \ \
| * | | jQuery.clone() check that destination child nodes are not null. Fixes #9587rwldrn2011-06-153-2/+18
* | | | Merge pull request #432 from rwldrn/9794Dave Methvin2011-08-042-5/+47
|\ \ \ \
| * | | | 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-102-5/+47
* | | | | Merge pull request #431 from DenisKnauf/masterDave Methvin2011-08-041-1/+1
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \ \
| * | | | | | Make sure that Internet Explorer 6-8 won't give a "failed" error, when a requ...Steen Nielsen2011-07-151-3/+4
* | | | | | | Merge pull request #451 from scottjehl/masterDave Methvin2011-08-041-2/+3
|\ \ \ \ \ \ \
| * | | | | | | Make sure body is defined before attempting to use its properties. This check...scottjehl2011-08-021-2/+3
* | | | | | | | Merge pull request #419 from rwldrn/9630Dave Methvin2011-08-042-1/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Filter hasClass by nodeType 1; Fixes #9630rwldrn2011-06-222-2/+2
| * | | | | | | | Assert that .contents().hasClass() works as expected. Fixes #9630rwldrn2011-06-211-0/+10
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #417 from rwldrn/9385Dave Methvin2011-08-042-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Updated version numbers; Fixes #9385rwldrn2011-06-231-2/+2
| * | | | | | | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385rwldrn2011-06-202-3/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #443 from rwldrn/minimal-licenseDave Methvin2011-08-041-3/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Removes date from minimal licenseRick Waldron2011-07-251-14/+3
| * | | | | | | | Mine and munge date from full source license headerRick Waldron2011-07-231-4/+15
| * | | | | | | | Builds minimal license header block for jquery.min.jsRick Waldron2011-07-231-3/+16
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #444 from rwldrn/9634Dave Methvin2011-08-041-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Non-breaking-space should achieve the same effect as a visible character. Fix...Rick Waldron2011-07-251-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #447 from rwldrn/9914Dave Methvin2011-08-041-5/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Removes empty, duplicate named test block. Fixes #9914Rick Waldron2011-07-261-5/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #448 from rwldrn/9912Dave Methvin2011-08-041-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Renames duplicate named test block. Fixes #9912Rick Waldron2011-07-261-8/+8
| |/ / / / / / /
* | | | | | | | Merge pull request #449 from rwldrn/9913Dave Methvin2011-08-041-19/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Removes duplicate test block. Fixes #9913Rick Waldron2011-07-261-19/+0
| |/ / / / / / /
* / / / / / / / Landing pull request 453. Typo correction strictEquals=>strictEqual. Fixes #9...Rick Waldron2011-08-031-2/+2
|/ / / / / / /
* | | | | | | Fixes #9255: xml parsing error in $.parseXML is now properly detected for all...jaubourg2011-07-232-17/+36
* | | | | | | Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText i...jaubourg2011-07-233-2/+21
* | | | | | | Makes sure that status -1 (used when an internal error occured) will not tag ...jaubourg2011-07-231-1/+1
* | | | | | | Fixes #9887: ajax now supports circular references into objects passed as con...jaubourg2011-07-232-16/+50
| |/ / / / / |/| | | | |
* | | | | | Landing pull request 433. Fix testswarm test cases. Fixes #9555.Krinkle2011-07-122-2/+2
| |_|/ / / |/| | | |
* | | | | Check the attribute node value for false for HTML5 booleans when not supporte...timmywil2011-07-092-9/+18
| |/ / / |/| | |
* | | | 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 tha...jaubourg2011-07-012-5/+22
* | | | Fixes #9446. Context is properly propagated using pipe. If context was the or...jaubourg2011-07-012-1/+28
* | | | Replaces typo (status instead of state) as observed in #9585.jaubourg2011-07-011-1/+1