index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
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
*
Updates to data.js re-write to pass events and manipulation (full pass in loc...
Rick Waldron
2012-12-31
3
-38
/
+43
*
2.0: Rewrite data.js
Rick Waldron
2012-12-31
3
-279
/
+286
*
Use a fresh input for the value-lossage check.
Dave Methvin
2012-12-31
1
-0
/
+1
*
Restore optSelected hack still needed by IE9/10
Dave Methvin
2012-12-31
2
-0
/
+18
*
Remove invalid test "jQuery.getJSON() - Using Native JSON" from test/unit/aja...
Rick Waldron
2012-12-31
1
-31
/
+12
*
Merge branch '2.0-core' of https://github.com/rwldrn/jquery
Rick Waldron
2012-12-31
1
-160
/
+32
|
\
|
*
Explanations for each step of isPlainObject
Rick Waldron
2012-12-26
1
-1
/
+8
|
*
obj === Object(obj) comparison is an unnecessary artifact from refactoring
Rick Waldron
2012-12-26
1
-1
/
+1
|
*
Ensure that null/undefined args don't choke on native indexOf
Rick Waldron
2012-12-26
1
-1
/
+1
|
*
Further reduction, thanks @dcherman
Rick Waldron
2012-12-26
1
-3
/
+1
|
*
Straightforward support note
Rick Waldron
2012-12-26
1
-1
/
+1
|
*
Straightforward support note
Rick Waldron
2012-12-26
1
-1
/
+1
|
*
Remove setTimeout for body existance
Rick Waldron
2012-12-26
1
-5
/
+0
|
*
2.0: Reduce globalEval
Rick Waldron
2012-12-26
1
-9
/
+3
|
*
2.0: Reduced parseXML
Rick Waldron
2012-12-26
1
-10
/
+7
|
*
2.0: Reduce isPlainObject
Rick Waldron
2012-12-26
1
-15
/
+5
|
*
2.0: Remove isArray shim
Rick Waldron
2012-12-26
1
-3
/
+1
|
*
2.0: Remove now shim
Rick Waldron
2012-12-26
1
-3
/
+1
|
*
2.0: Remove inArray shim
Rick Waldron
2012-12-26
1
-19
/
+1
|
*
2.0: Remove JSON.parse shim
Rick Waldron
2012-12-26
1
-33
/
+1
|
*
2.0: Remove trim shim
Rick Waldron
2012-12-26
1
-17
/
+3
|
*
2.0: Removes attachEvent paths for jQuery.ready()
Rick Waldron
2012-12-26
1
-44
/
+3
*
|
Merge branch 'event20' of https://github.com/dmethvin/jquery
Rick Waldron
2012-12-31
1
-190
/
+20
|
\
\
|
*
|
Clean up comments, including browser support levels.
Dave Methvin
2012-12-26
1
-3
/
+4
|
*
|
Remove try/catch around focus events needed by oldIE.
Dave Methvin
2012-12-26
1
-15
/
+4
|
*
|
Remove obsolete event object fixups.
Dave Methvin
2012-12-26
1
-21
/
+2
|
*
|
Remove oldIE proprietary event methods/properties.
Dave Methvin
2012-12-26
1
-43
/
+9
|
*
|
Remove oldIE change and submit special-event code.
Dave Methvin
2012-12-26
1
-108
/
+1
|
|
/
*
|
Merge branch '2.0-manipulation' of https://github.com/orkel/jquery
Rick Waldron
2012-12-31
2
-345
/
+213
|
\
\
|
*
|
Rename fixCloneNodeIssues helper to fixInput
Oleg
2012-12-28
1
-4
/
+4
|
*
|
Add tests for th element
Oleg
2012-12-28
1
-2
/
+2
|
*
|
Add empty line
Oleg
2012-12-28
1
-0
/
+1
|
*
|
Add more tests for wrapMap
Oleg
2012-12-28
1
-1
/
+2
|
*
|
Add test for td append
Oleg
2012-12-28
1
-2
/
+2
|
*
|
wrapMap.col = wrapMap.tr
Oleg
2012-12-28
1
-2
/
+1
|
*
|
wrapMap.thead = wrapMap.tr
Oleg
2012-12-28
2
-5
/
+4
|
*
|
Rewrite tests for colgroup, caption
Oleg
2012-12-28
1
-7
/
+8
|
*
|
Remove fix for #11280
Oleg
2012-12-28
1
-1
/
+0
|
*
|
Remove fieldset from wrapMap
Oleg
2012-12-28
1
-1
/
+0
|
*
|
Add comments for optgroup and option elements in wrapMap
Oleg
2012-12-28
2
-1
/
+8
|
*
|
Remove fix for #4484, add more tests
Oleg
2012-12-28
2
-3
/
+7
|
*
|
Use tabs instead of spaces
Oleg
2012-12-24
1
-1
/
+1
|
*
|
Simplify getAll helper
Oleg
2012-12-24
1
-13
/
+3
|
*
|
Simplify check for non-Elements
Oleg
2012-12-24
1
-8
/
+1
|
*
|
Remove fix for object element
Oleg
2012-12-24
1
-14
/
+1
|
*
|
Save 43 bytes
Oleg
2012-12-24
1
-16
/
+17
|
*
|
Use common loop iteration idiom
Oleg
2012-12-24
1
-16
/
+33
|
*
|
Remove fix for #9587
Oleg
2012-12-24
1
-4
/
+1
|
*
|
Use correct comments
Oleg
2012-12-24
1
-8
/
+11
|
*
|
Simplify check for empty set in jQuery#domManip
Oleg
2012-12-24
1
-2
/
+2
[next]