index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now using getAttributeNode in all attribute cases in IE6/7, which normalizes ...
timmywil
2011-08-04
1
-23
/
+22
*
Make the tabIndex hook first a propHook and add it to attrHooks for back-comp...
timmywil
2011-08-04
1
-0
/
+55
*
Merge pull request #367 from gnarf37/index-optimize
Dave Methvin
2011-08-04
1
-2
/
+4
|
\
|
*
Quick improvement to the performace of .index() with no arguments - Adding a ...
gnarf
2011-06-14
1
-2
/
+4
*
|
Merge pull request #416 from gnarf37/ticket_6652
Dave Methvin
2011-08-04
1
-0
/
+17
|
\
\
|
*
|
Unit test for #6652
Corey Frang
2011-07-13
1
-0
/
+17
*
|
|
Merge pull request #412 from rwldrn/9587
Dave Methvin
2011-08-04
1
-0
/
+11
|
\
\
\
|
*
|
|
jQuery.clone() check that destination child nodes are not null. Fixes #9587
rwldrn
2011-06-15
1
-0
/
+11
*
|
|
|
Merge pull request #432 from rwldrn/9794
Dave Methvin
2011-08-04
1
-0
/
+26
|
\
\
\
\
|
*
|
|
|
Correct non-null|undefined evaluation of data property values. Fixes #9794
Rick Waldron
2011-07-10
1
-0
/
+26
*
|
|
|
|
Merge pull request #419 from rwldrn/9630
Dave Methvin
2011-08-04
1
-0
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
Filter hasClass by nodeType 1; Fixes #9630
rwldrn
2011-06-22
1
-1
/
+1
|
*
|
|
|
|
Assert that .contents().hasClass() works as expected. Fixes #9630
rwldrn
2011-06-21
1
-0
/
+10
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #447 from rwldrn/9914
Dave Methvin
2011-08-04
1
-5
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Removes empty, duplicate named test block. Fixes #9914
Rick Waldron
2011-07-26
1
-5
/
+2
*
|
|
|
|
|
Merge pull request #448 from rwldrn/9912
Dave Methvin
2011-08-04
1
-8
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Renames duplicate named test block. Fixes #9912
Rick Waldron
2011-07-26
1
-8
/
+8
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #449 from rwldrn/9913
Dave Methvin
2011-08-04
1
-19
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Removes duplicate test block. Fixes #9913
Rick Waldron
2011-07-26
1
-19
/
+0
|
|
/
/
/
/
/
*
/
/
/
/
/
Landing pull request 453. Typo correction strictEquals=>strictEqual. Fixes #9...
Rick Waldron
2011-08-03
1
-2
/
+2
|
/
/
/
/
/
*
|
|
|
|
Fixes #9255: xml parsing error in $.parseXML is now properly detected for all...
jaubourg
2011-07-23
1
-2
/
+22
*
|
|
|
|
Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText i...
jaubourg
2011-07-23
1
-0
/
+13
*
|
|
|
|
Fixes #9887: ajax now supports circular references into objects passed as con...
jaubourg
2011-07-23
1
-0
/
+16
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Check the attribute node value for false for HTML5 booleans when not supporte...
timmywil
2011-07-09
1
-8
/
+15
*
|
|
|
Fixes #9682. Removes data from the options for request with no content so tha...
jaubourg
2011-07-01
1
-5
/
+20
*
|
|
|
Fixes #9446. Context is properly propagated using pipe. If context was the or...
jaubourg
2011-07-01
1
-0
/
+27
|
/
/
/
*
/
/
Allow similarly named classes (regression from 9499) and switch class retriev...
timmywil
2011-06-19
1
-4
/
+11
|
/
/
*
|
Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548.
rwldrn
2011-06-14
1
-0
/
+10
*
|
Landing pull request 397. withinElement rewrite in event. Fixes #6234, #9357,...
rwldrn
2011-06-14
1
-0
/
+37
*
|
Attribute hooks do not need to be attached in XML docs. Fixes #9568.
timmywil
2011-06-13
1
-3
/
+4
*
|
Check classes passed for duplicates. Fixes #9499.
timmywil
2011-06-07
1
-2
/
+11
*
|
Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Sup...
timmywil
2011-06-06
1
-7
/
+8
*
|
Add margin after checking width. Add tests. Fixes #9441. Fixes #9300.
Mike Sherov
2011-06-06
1
-0
/
+24
*
|
Landing pull request 403. Check for both camelized and hyphenated data proper...
rwldrn
2011-06-06
1
-0
/
+17
*
|
Add test for appending an xml element to another. Supplements #9370.
timmywil
2011-05-25
1
-0
/
+34
*
|
Return null for outer/inner width/height calls on window/document. Fixes #7557.
timmywil
2011-05-25
1
-4
/
+26
*
|
Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368.
rwldrn
2011-05-25
1
-0
/
+14
|
/
*
Landing pull request 382. Adds support for number values (meter,progress); Fi...
rwldrn
2011-05-20
1
-0
/
+24
*
Handle unset value attributes consistently depending on property existence. S...
timmywil
2011-05-18
1
-1
/
+3
*
Make the value hook less obtrusive for elements which do not inherently have ...
timmywil
2011-05-18
1
-1
/
+2
*
Switched title attribute to getAttributeNode for IE6/7. Fixes #9329.
timmywil
2011-05-18
1
-4
/
+6
*
Landing pull request 377. Check custom data != null(undefined), allows zero; ...
Rick Waldron
2011-05-16
1
-0
/
+20
*
Use getAttributeNode for ^on attributes in IE6/7 to avoid anonymous function ...
timmywil
2011-05-16
1
-2
/
+5
*
Retrieve the class attribute on a form in IE6/7. Fixes 9286.
timmywil
2011-05-14
1
-1
/
+4
*
Make sure setting boolean attributes to the same name sets the property to a ...
timmywil
2011-05-13
1
-1
/
+6
*
Use prop to retrieve boolean properties (so the selected hook will be used)
timmywil
2011-05-13
1
-1
/
+7
*
Landing pull request 365. jQuery.buildFragment, ensure doc is a document; Fix...
Rick Waldron
2011-05-13
1
-1
/
+11
|
\
|
*
jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit ...
Rick Waldron
2011-04-30
1
-1
/
+10
*
|
Style edits for pull request 375
timmywil
2011-05-13
1
-19
/
+19
*
|
Landing pull request 375. Added test case to support #9237 Fixes #9237.
avaly
2011-05-13
1
-2
/
+52
[next]