This website requires JavaScript.
Explore
Help
Sign In
deac
/
jquery
Watch
1
Star
0
Fork
You've already forked jquery
0
Code
Issues
Pull requests
Releases
Wiki
Activity
3576
commits
3
branches
62
tags
14
MiB
8dcf7ec1ce
Commit graph
3 commits
Author
SHA1
Message
Date
Dave Methvin
14193e449e
Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice.
Fixes
#8803
.
2011-04-07 11:26:42 -04: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
jrburke
d99268a4b7
Add readyWait tests.
Fixes
#8145
.
...
Adds tests for the fix to
#6781
.
2011-02-12 13:53:05 +01:00