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
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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ajax: Remove workaround for IE6/7
Chris Antaki
2014-07-13
1
-19
/
+6
*
Core: Consistently use local reference to access()
Timo Tijhof
2014-07-12
1
-1
/
+1
*
Build: Move all external libraries to external directory
Scott González
2014-06-24
3
-2048
/
+0
*
Build: Remove unused Sizzle test files
Scott González
2014-06-24
8
-11410
/
+0
*
Effects: Improve raf logic
Oleg Gaidarenko
2014-06-16
1
-21
/
+18
*
Effects: Reintroduce use of requestAnimationFrame
Oleg Gaidarenko
2014-06-16
1
-2
/
+25
*
Ajax: Always use script injection in globalEval
Oleg Gaidarenko
2014-06-16
1
-19
/
+4
*
CSS: Do not throw on frame elements in FF
Oleg Gaidarenko
2014-06-16
1
-1
/
+8
*
Support: clean up comments and Support notation
Dave Methvin
2014-06-10
28
-170
/
+161
*
Core: Work around loss of precision from parseFloat
Richard Gibson
2014-06-07
1
-1
/
+2
*
Wrap: Declare a dependency on the manipulation module
TJ VanToll
2014-06-02
1
-0
/
+1
*
Ajax: Support usage without jQuery.event
TJ VanToll
2014-06-02
1
-1
/
+2
*
Ajax: move ajax event aliases to their own file
Timmy Willison
2014-06-02
3
-7
/
+14
*
Data: Work around IE11 bug with onpageshow attribute
Dave Methvin
2014-04-30
1
-4
/
+8
*
Effects: Respect display value on inline elements
Oleg Gaidarenko
2014-04-30
1
-3
/
+5
*
Selector: Update Sizzle to 1.10.19
Richard Gibson
2014-04-18
3
-28
/
+38
*
Dimensions: Reverse a check to avoid potential reflows
Christian Kosmowski
2014-04-18
1
-1
/
+1
*
Selector: Use Element.matches in selector-native if available
Philip Jägenstedt
2014-03-20
1
-1
/
+2
*
Event: Fix isDefaultPrevented for bubbled events in Android 2.3
Michał Gołębiowski
2014-03-20
1
-2
/
+2
*
Effects: Don't overwrite display:none when .hide()ing hidden elements
Richard Gibson
2014-03-20
1
-5
/
+10
*
CSS: jQuery#hide should always save display value
Oleg Gaidarenko
2014-03-20
1
-6
/
+3
*
Manipulation: Change support test to be WWA-friendly
Jonathan Sampson
2014-03-20
1
-2
/
+9
*
Attributes: Trim whitespace from option text when returned as a value
John Hoven
2014-03-20
1
-0
/
+10
*
CSS: window.getDefaultComputedStyle may return null
Rodrigo Rosenfeld Rosas
2014-03-20
1
-3
/
+4
*
Core: Fix comments for .get() method
Benjy Cui
2014-03-20
1
-2
/
+2
*
Event: Treat Pointer events like mouse events, #14741
louisremi
2014-03-16
1
-2
/
+4
*
CSS: Add flex-grow and flex-shrink to cssNumber
Roman Rei_
2014-03-13
1
-0
/
+2
*
AMD: Note on AMD best practices
S. Andrew Sheppard
2014-03-12
1
-0
/
+6
*
Event: Call underlying stopImmediatePropagation when present
Dave Methvin
2014-03-12
1
-0
/
+7
*
Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397
Michał Gołębiowski
2014-03-10
1
-3
/
+0
*
Manipulation: don't use Object.keys for consistency
Michał Gołębiowski
2014-03-09
1
-4
/
+3
*
Core: Do not run window.onready when ready
Dave Methvin
2014-03-04
1
-2
/
+3
*
CSS: Return values should be numbers
Dave Methvin
2014-03-04
1
-2
/
+2
*
Event: Allow triggerHandler(beforeunload)
Dave Methvin
2014-03-04
1
-1
/
+1
*
Ajax: .load() should trim its selector
Dave Methvin
2014-03-04
1
-1
/
+1
*
Core: Arrays like [42] should fail .isNumeric()
Dave Methvin
2014-03-04
1
-1
/
+1
*
Core: Remove native String#trim usage to save size
Michał Gołębiowski
2014-03-04
2
-19
/
+6
*
Support: Reduce size
Richard Gibson
2014-02-14
1
-15
/
+19
*
Support: Skip style-based tests when element.style is undefined
Richard Gibson
2014-02-14
1
-0
/
+4
*
Core: Fix trim in Android<4.1
Michał Gołębiowski
2014-02-13
1
-3
/
+19
*
Support: Document box-sizing was unprefixed in Firefox 29
Michał Gołębiowski
2014-02-05
1
-2
/
+2
*
Selector: update Sizzle
Michał Gołębiowski
2014-02-05
4
-63
/
+93
*
Attrs: Simplify an option hook
Oleg
2014-02-05
1
-1
/
+1
*
Core: Remove special case try/catch in isPlainObject
Rick Waldron
2014-02-02
1
-10
/
+2
*
Ajax: Protect against exceptions thrown synchronously by xhr.send
jaubourg
2014-01-29
1
-4
/
+9
*
Manipulation: Use textarea for missing IE defaultValue check
Dave Methvin
2014-01-23
1
-8
/
+5
*
Traversing: Check all pairwise element combinations for .find( els )
Richard Gibson
2014-01-17
1
-4
/
+3
*
Attrs: Remove outdated valHook for option element
Oleg
2014-01-16
1
-8
/
+0
*
Sizzle: update committed dependencies
Timmy Willison
2014-01-13
5
-23
/
+25
*
Intro: Pass window to intro if available, for browserify
Forbes Lindesay
2014-01-09
1
-2
/
+2
[next]