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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Compress stripAndCollapse
Richard Gibson
2016-09-19
1
-5
/
+7
*
Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse
Timmy Willison
2016-09-15
12
-48
/
+62
*
Core: expose noConflict in AMD mode
Timmy Willison
2016-08-15
2
-8
/
+9
*
Traversing: Let .not(arraylike) pass non-element nodes
Dave Methvin
2016-08-10
1
-7
/
+12
*
Ajax: Don't mangle the URL when removing the anti-cache param
Dave Methvin
2016-08-08
1
-3
/
+3
*
Event: Optimize delegated event processing
Richard Gibson
2016-08-04
1
-17
/
+24
*
Build: .eslintrc -> .eslintrc.json
Oleg Gaidarenko
2016-08-02
2
-1
/
+1
*
Build: Update eslint config and fix associated errors
Oleg Gaidarenko
2016-07-15
11
-67
/
+133
*
Build: Fix the regex removing the ESLint comment from wrapper.js
Michał Gołębiowski
2016-07-13
1
-1
/
+1
*
Build: More ESLint related changes
Oleg Gaidarenko
2016-07-09
2
-1
/
+9
*
Core: Re-throw errors that happened in callbacks wrapped in jQuery ready
Michał Gołębiowski
2016-07-07
2
-1
/
+23
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
13
-36
/
+59
*
Build: Switch from jscs+jshint to eslint
Oleg Gaidarenko
2016-06-11
2
-30
/
+15
*
Event: Add the most commonly used pointer event properties
Scott González
2016-06-09
1
-0
/
+2
*
Deferred: Propagate progress correctly from unwrapped promises
Michał Gołębiowski
2016-06-09
1
-1
/
+1
*
Attributes: Avoid infinite recursion on non-lowercase attribute getters
Michał Gołębiowski
2016-06-03
1
-5
/
+7
*
Docs: Fix an incorrect comment in the attributes module
Michał Gołębiowski
2016-06-03
1
-1
/
+1
*
Event: Allow constructing a jQuery.Event without a target
Dave Methvin
2016-06-02
1
-1
/
+1
*
Events: don't execute native stop(Immediate)Propagation from simulation
Oleg Gaidarenko
2016-05-19
2
-20
/
+5
*
Deferred: Give better stack diagnostics on exceptions
Dave Methvin
2016-05-11
1
-1
/
+1
*
Event: Add touch event properties, eliminates need for a plugin
Dave Methvin
2016-05-09
1
-0
/
+3
*
Deferred: Make jQuery.when synchronous when possible
Richard Gibson
2016-05-09
1
-2
/
+7
*
Event: Cover invalid delegation selector edge cases
Richard Gibson
2016-05-06
1
-3
/
+5
*
Event: Evaluate delegate selectors at add time
Felipe Sateler
2016-05-06
1
-0
/
+5
*
Event: Remove pageX/pageY fill for event object
Dave Methvin
2016-05-06
1
-34
/
+2
*
Event: Remove fixHooks, propHooks; switch to ES5 getter with addProp
Jason Bedard
2016-05-04
1
-81
/
+115
*
Deferred: Separate the two paths in jQuery.when
Richard Gibson
2016-05-02
1
-45
/
+55
*
Ajax: Remove unnecessary use of jQuery.trim
Ralin Chimev
2016-04-29
1
-1
/
+1
*
Revert "Effects: Remove additional parameters of easings"
Oleg Gaidarenko
2016-04-27
1
-5
/
+10
*
Deferred: Provide explicit undefined context for jQuery.when raw casts
Richard Gibson
2016-04-27
1
-1
/
+4
*
Event: Make event dispatch optimizable by JavaScript engines
Damian Senn
2016-04-27
1
-5
/
+9
*
Serialize: .param - don't use ajaxSettings.traditional
Alexander K
2016-04-27
1
-5
/
+0
*
Build: Strip the strict-mode related comment in exports/global.js
Michał Gołębiowski
2016-04-26
1
-0
/
+4
*
CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issues
Michał Gołębiowski
2016-04-26
1
-7
/
+0
*
Build: Put all AMD modules in "src/" in strict mode
Michał Gołębiowski
2016-04-25
99
-0
/
+195
*
Build: A more modest block-level function proposal
Richard Gibson
2016-04-23
1
-18
/
+19
*
Offset: Resolve strict mode ClientRect "no setter" exception
Richard Gibson
2016-04-23
1
-2
/
+4
*
Deferred: Remove default callback context
Richard Gibson
2016-04-23
2
-12
/
+12
*
CSS: Toggle detached elements as visible unless they have display: none
Richard Gibson
2016-04-11
2
-10
/
+20
*
Serialize: Reduce size
Richard Gibson
2016-04-05
1
-7
/
+8
*
Serialize: Treat literal and function-returned null/undefined the same
Joe Trumbull
2016-04-05
1
-1
/
+4
*
Ajax: execute jQuery#load callback with correct context
Oleg Gaidarenko
2016-04-04
1
-1
/
+1
*
Core: Simplify isPlainObject
Richard Gibson
2016-04-04
4
-18
/
+31
*
Core: set the base href of the context in parseHTML
Timmy Willison
2016-04-04
1
-8
/
+22
*
Core: implement ready without Deferred
Timmy Willison
2016-04-04
2
-31
/
+128
*
Docs: Update support comments to follow the new syntax
Michał Gołębiowski
2016-03-30
23
-47
/
+46
*
Docs: Update support comments related to IE
Michał Gołębiowski
2016-03-30
8
-11
/
+12
*
Docs:Tests: Remove legacy code & add support comments where needed
Michał Gołębiowski
2016-03-30
1
-0
/
+1
*
Support: improve support properties computation
Oleg Gaidarenko
2016-03-28
1
-19
/
+15
*
Attributes: strip/collapse whitespace for set values on selects
Timmy Willison
2016-03-17
1
-5
/
+12
[next]