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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct non-null|undefined evaluation of data property values. Fixes #9794
Rick Waldron
2011-07-10
2
-5
/
+47
*
Check the attribute node value for false for HTML5 booleans when not supporte...
timmywil
2011-07-09
2
-9
/
+18
*
Fixes #9632. Adds res:// protocol to the list of local protocols.
jaubourg
2011-07-01
1
-1
/
+1
*
Fixes #9682. Removes data from the options for request with no content so tha...
jaubourg
2011-07-01
2
-5
/
+22
*
Fixes #9446. Context is properly propagated using pipe. If context was the or...
jaubourg
2011-07-01
2
-1
/
+28
*
Replaces typo (status instead of state) as observed in #9585.
jaubourg
2011-07-01
1
-1
/
+1
*
Updating the source version to 1.6.3pre
John Resig
2011-06-30
1
-1
/
+1
*
Tagging the 1.6.2 release.
John Resig
2011-06-30
1
-1
/
+1
*
Set timerId to true instead of a number so that intervals set to 1 are not ac...
timmywil
2011-06-28
1
-1
/
+1
*
Allow similarly named classes (regression from 9499) and switch class retriev...
timmywil
2011-06-19
2
-15
/
+20
*
Landing pull request 413. Move border/padding checks to after width validatio...
Mike Sherov
2011-06-17
1
-11
/
+10
*
Re-updating QUnit, oops.
John Resig
2011-06-14
1
-0
/
+0
*
Updating version in release notes script.
John Resig
2011-06-14
1
-3
/
+3
*
Updating the source version to 1.6.2pre
John Resig
2011-06-14
1
-1
/
+1
*
Tagging the 1.6.2rc1 release.
1.6.2rc1
John Resig
2011-06-14
3
-3
/
+3
*
Landing pull request 378. Comment typo in core.js.
Schalk Neethling
2011-06-14
1
-1
/
+1
*
Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548.
rwldrn
2011-06-14
2
-4
/
+15
*
Landing pull request 410. Moves jQuery attachment comment to outro.
Greg Hazel
2011-06-14
2
-1
/
+1
*
Landing pull request 397. withinElement rewrite in event. Fixes #6234, #9357,...
rwldrn
2011-06-14
2
-18
/
+48
*
Attribute hooks do not need to be attached in XML docs. Fixes #9568.
timmywil
2011-06-13
3
-18
/
+22
*
Revert "Add catch block to try/finally in deferred. Fixes #9033. Test case ne...
timmywil
2011-06-08
1
-3
/
+2
*
Check classes passed for duplicates. Fixes #9499.
timmywil
2011-06-07
4
-27
/
+39
*
Add catch block to try/finally in deferred. Fixes #9033. Test case needed.
timmywil
2011-06-07
1
-2
/
+3
*
Remove fellback in width/height cssHook
timmywil
2011-06-07
1
-1
/
+1
*
Landing pull request 401. Nulling all elements created in support.js; Fixes #...
rwldrn
2011-06-06
1
-1
/
+1
*
Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Sup...
timmywil
2011-06-06
3
-72
/
+50
*
Add margin after checking width. Add tests. Fixes #9441. Fixes #9300.
Mike Sherov
2011-06-06
2
-21
/
+70
*
Landing pull request 403. Check for both camelized and hyphenated data proper...
rwldrn
2011-06-06
2
-1
/
+21
*
Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510.
rwldrn
2011-06-06
1
-2
/
+1
*
Update QUnit.
timmywil
2011-06-06
1
-0
/
+0
*
Move the value attrHook to the main attrHooks object to save bytes
timmywil
2011-05-26
1
-20
/
+19
*
Add test for appending an xml element to another. Supplements #9370.
timmywil
2011-05-25
1
-0
/
+34
*
Move window/document test to dimensions for consistency
timmywil
2011-05-25
2
-11
/
+6
*
Return null for outer/inner width/height calls on window/document. Fixes #7557.
timmywil
2011-05-25
3
-9
/
+37
*
elem.getElementsByTagName calls the function in IE6/7. Fixes #9370.
timmywil
2011-05-25
1
-1
/
+1
*
Landing pull request 389. Null elements in clone to avoid memory leak in IE. ...
Scott Hughes
2011-05-25
1
-0
/
+2
*
Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368.
rwldrn
2011-05-25
3
-10
/
+29
*
detachEvent is unnecessary since we're nulling div. Fixes #8873.
timmywil
2011-05-25
1
-2
/
+1
*
Null created elements in support to avoid leaks in IE. Tested IE6-8. Leaks ar...
timmywil
2011-05-25
1
-0
/
+3
*
Attach background data to divs as well
timmywil
2011-05-25
1
-1
/
+1
*
Remove unnecessary background setting in support now that we have the div rev...
timmywil
2011-05-25
2
-3
/
+5
*
Landing pull request 352. Slightly improved defaultDisplay() and Throbber of ...
Mathias Bynens
2011-05-20
1
-6
/
+8
*
Landing pull request 382. Adds support for number values (meter,progress); Fi...
rwldrn
2011-05-20
2
-1
/
+31
*
Unnecessary var removed.
timmywil
2011-05-18
1
-1
/
+0
*
Handle unset value attributes consistently depending on property existence. S...
timmywil
2011-05-18
2
-4
/
+7
*
Make the value hook less obtrusive for elements which do not inherently have ...
timmywil
2011-05-18
2
-2
/
+5
*
Switched title attribute to getAttributeNode for IE6/7. Fixes #9329.
timmywil
2011-05-18
2
-5
/
+7
*
Landing pull request 377. Check custom data != null(undefined), allows zero; ...
Rick Waldron
2011-05-16
2
-1
/
+21
*
Use getAttributeNode for ^on attributes in IE6/7 to avoid anonymous function ...
timmywil
2011-05-16
2
-3
/
+6
*
Retrieve the class attribute on a form in IE6/7. Fixes 9286.
timmywil
2011-05-14
2
-2
/
+7
[next]