index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
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
/
callbacks.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Migrate from AMD to ES modules 🎉
Michał Gołębiowski-Owczarek
2019-11-18
1
-9
/
+4
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
1
-3
/
+2
*
Core: deprecate jQuery.type
Jason Bedard
2018-01-16
1
-2
/
+3
*
Core: deprecate jQuery.isFunction
Jason Bedard
2018-01-15
1
-2
/
+3
*
Callbacks: Prevent add() from unlocking with-memory lists
Richard Gibson
2017-01-09
1
-1
/
+1
*
Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse
Timmy Willison
2016-09-15
1
-3
/
+3
*
Build: Put all AMD modules in "src/" in strict mode
Michał Gołębiowski
2016-04-25
1
-0
/
+2
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-7
/
+15
*
Callbacks: Reduce size
Richard Gibson
2015-01-10
1
-82
/
+74
*
Callbacks: Don't abort execution on .lock()
Richard Gibson
2015-01-10
1
-1
/
+1
*
Callbacks: No object starts out locked
Richard Gibson
2015-01-10
1
-11
/
+34
*
Callbacks: Disabling a callback should prevent firing
Dave Methvin
2014-12-07
1
-2
/
+4
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
1
-1
/
+3
*
No ticket: fix code style inconsistencies. Closes gh-1361
Oleg
2013-09-13
1
-1
/
+1
*
Always return jQuery in modules that can be included separately
Timmy Willison
2013-09-08
1
-0
/
+1
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
1
-1
/
+8
*
Moved too-early assignment inside the if stmt where the var is actually used....
terrycojones
2013-06-19
1
-2
/
+2
*
Properly resets firingLength when emptying the list. Fixes #13517
jaubourg
2013-02-27
1
-0
/
+1
*
Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111.
adamcoulombe
2013-01-27
1
-2
/
+3
*
Fix #12959: Optimize library-wide patterns
Richard Gibson
2012-11-27
1
-1
/
+1
*
Do not iterate over functions. Fixes #12665. Unit tests added. Thanks to @kse...
jaubourg
2012-10-06
1
-2
/
+4
*
Makes sure "adding" a string to a Callbacks object doesn't cause a stack over...
jaubourg
2012-08-16
1
-2
/
+3
*
Follow the style guide, lose 72 bytes! Closes gh-840.
Mike Sherov
2012-07-09
1
-5
/
+5
*
Interim take on cross-module variables, closes gh-817.
Richard Gibson
2012-06-15
1
-1
/
+1
*
Strips IIFEs from modules; Always require built jQuery for tests.
Rick Waldron
2012-06-04
1
-4
/
+0
*
Simplifies the way the internal memory storage is handled.
jaubourg
2012-04-28
1
-9
/
+8
*
Callbacks.add now accepts array-like objects (like Arguments). Now uses the s...
jaubourg
2012-04-25
1
-6
/
+6
*
Use real declaration since that helps gzip: thanks @gibson042.
jaubourg
2012-04-25
1
-3
/
+5
*
Regression: makes sure that all instances of a callback are removed. Unit tes...
jaubourg
2012-04-25
1
-2
/
+2
*
How about we save 62 bytes? Also ensure that the arguments array given to fir...
jaubourg
2012-04-25
1
-78
/
+42
*
Since we can pass an object to jQuery.Callbacks now, let's name it options to...
jaubourg
2012-04-25
1
-21
/
+23
*
Uses a copy of the flags when they are given as an object rather than the obj...
jaubourg
2012-04-25
1
-1
/
+1
*
Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit t...
jaubourg
2012-04-02
1
-2
/
+2
*
Fixes #10952 by introducing a real fired flag in the Callbacks closure.
jaubourg
2012-01-31
1
-1
/
+4
*
Trimmed down $.Callbacks and $.Deferred.
jaubourg
2011-09-21
1
-40
/
+9
*
$.Callbacks, $.Topic and notify/progress on $.Deferred.
jaubourg
2011-09-19
1
-0
/
+257