jaubourg
|
114846d38d
|
Replaces jQuery._Deferred with the much more flexible (and public) jQuery.Callbacks. Hopefully, jQuery.Callbacks can be used as a base for all callback lists needs in jQuery. Also adds progress callbacks to Deferreds (handled in jQuery.when too). Needs more unit tests.
|
2011-05-06 18:35:34 +02:00 |
|
jaubourg
|
2d0bc7ce72
|
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
|
2011-03-03 19:38:06 +01:00 |
|
Alex Sexton
|
c50b74372c
|
Moved jQuery global leak to end of file so accidental gEBCN overrides in prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033
|
2011-01-23 21:19:33 -06:00 |
|
jeresig
|
96ea3d615e
|
Make sure the offset tests work without a built jQuery file.
|
2010-03-23 16:37:40 -04:00 |
|
Brandon Aaron
|
5c21e44fce
|
new offset method, faster and no more browser detection
|
2008-11-10 02:39:03 +00:00 |
|