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/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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
...
*
Offset: add tests for hidden elements + scroll
Timmy Willison
2015-06-16
2
-1
/
+15
*
Offset: return before getBoundingClientRect to avoid error in IE8-11
Timmy Willison
2015-06-16
1
-2
/
+9
*
Offset: return zeros for disconnected/hidden elements
Timmy Willison
2015-06-16
2
-15
/
+12
*
Revert "Offset: allow offset setter to throw for disconnected elements"
Timmy Willison
2015-06-16
2
-2
/
+10
*
Tests: Remove test/data/ua.txt
Michał Gołębiowski
2015-06-16
1
-272
/
+0
*
Tests: Remove Edge version from the user agent
Michał Gołębiowski
2015-06-16
1
-1
/
+1
*
Tests: Add Microsoft Edge results (from Windows 10 build 10130)
Michał Gołębiowski
2015-06-14
1
-4
/
+22
*
Tests: Correct a typo in the regex matching Safari 8
Michał Gołębiowski
2015-06-14
1
-1
/
+1
*
Manipulation: Remove an internal argument to the remove method
Michał Gołębiowski
2015-06-14
1
-25
/
+29
*
Event: Remove an internal argument to the on method
Michał Gołębiowski
2015-06-14
1
-51
/
+55
*
Core: Make jQuery objects iterable
Michał Gołębiowski
2015-06-13
12
-2
/
+97
*
Build: Refactor Node smoke tests
Michał Gołębiowski
2015-06-13
7
-39
/
+36
*
Build: Update grunt-contrib-jshint
Michał Gołębiowski
2015-06-13
2
-1
/
+2
*
Build: remove bower.json lint target
Oleg Gaidarenko
2015-06-11
1
-4
/
+0
*
Event: remove preDispatch hook & simplify "simulate" signature
Oleg Gaidarenko
2015-06-05
1
-7
/
+4
*
CSS: Don't name the anonymous swap function
Michał Gołębiowski
2015-06-01
1
-1
/
+1
*
Build: Update the license attribute
Gilad Peleg
2015-06-01
1
-6
/
+1
*
Ajax: Remove remnants of the load event alias handling
Michał Gołębiowski
2015-06-01
1
-10
/
+1
*
CSS: Don't cache unrecognized CSS property names
Michał Gołębiowski
2015-06-01
2
-11
/
+90
*
Event: remove outdated originalEvent hack
Oleg Gaidarenko
2015-05-29
2
-23
/
+62
*
Event: Remove fake originalEvent from jQuery.Event.simulate
Gabriel Schulhof
2015-05-29
3
-2
/
+65
*
Docs: remove redundant instruction from the readme
Oleg Gaidarenko
2015-05-29
1
-1
/
+1
*
Build: update requirejs dependency to 2.1.17
Oleg Gaidarenko
2015-05-19
1
-1
/
+1
*
Event: remove deprecated event aliases
Oleg Gaidarenko
2015-05-19
2
-10
/
+3
*
Event: provide verbose comment for focus(in | out) & rename support prop
Oleg Gaidarenko
2015-05-19
3
-16
/
+22
*
Build: bower.json: remove moot `version` field
Chris Rebert
2015-05-13
1
-1
/
+0
*
Offset: account for scroll when calculating position
Richard McDaniel
2015-05-12
2
-3
/
+17
*
Core: remove custom ready event
Timmy Willison
2015-05-12
2
-40
/
+30
*
Attributes: add SVG class manipulation
Timmy Willison
2015-05-12
2
-29
/
+71
*
Data: remove the expando when there's no more data
Timmy Willison
2015-05-12
4
-13
/
+48
*
Data: remove some unused code
Timmy Willison
2015-05-12
1
-9
/
+4
*
Tests: fix tests in accordance with new :visible behavior
Timmy Willison
2015-05-12
2
-5
/
+7
*
CSS: fix :visible/:hidden selectors for inline element w/ content
Timmy Willison
2015-05-12
2
-11
/
+15
*
CSS: Collapse a double if statement into one
Michał Gołębiowski
2015-05-12
1
-3
/
+0
*
CSS: Ignore the CSS cascade in show()/hide()/etc.
Richard Gibson
2015-05-11
7
-429
/
+379
*
Build: use different versions of jsdom for Node and iojs testing
Timmy Willison
2015-05-07
3
-2
/
+32
*
Manipulation: privatize internal domManip() function
Timmy Willison
2015-05-05
1
-94
/
+93
*
Manipulation: privatize buildFragment() function
Timmy Willison
2015-05-05
8
-157
/
+199
*
Effects: add tests for jQuery.easing._default in Animation and Tween
Timmy Willison
2015-05-05
1
-25
/
+80
*
Effects: set default easing using jQuery.easing._default
Timmy Willison
2015-05-05
3
-18
/
+42
*
Core: remove isArraylike check for nodes
Mu Haibao
2015-05-05
1
-4
/
+0
*
Build: Remove npm from dependencies
Calvin Metcalf
2015-05-05
1
-1
/
+0
*
Offset: allow offset setter to throw for disconnected elements
Timmy Willison
2015-05-05
2
-10
/
+2
*
Offset: remove ownerDocument check in offset getter
Timmy Willison
2015-05-05
2
-14
/
+6
*
Offset: Fix .offset() to correctly work with ShadowDOM
Arthur Stolyar
2015-05-05
2
-19
/
+35
*
Selector: add test for jQuery.unique() alias
Timmy Willison
2015-05-05
1
-1
/
+3
*
Selector: add jQuery.uniqueSort; deprecate jQuery.unique
Timmy Willison
2015-05-04
5
-9
/
+9
*
Core: allow init to accept an alternate rootjQuery for migrate's sake
Timmy Willison
2015-05-04
1
-4
/
+8
*
Data: camelCasing should not ignore case
Timmy Willison
2015-05-04
2
-1
/
+11
*
Data: always camelCase keys in .data()
Timmy Willison
2015-05-04
3
-62
/
+65
[prev]
[next]