- Launching code on document ready is a pillar of jQuery.
- But sometimes, lengthy operations will be executed inside the ready event.
- For example, attaching multiple carousel instances to lengthy unordered lists will take some time.
Question:
How can I increase perceived responsiveness during the ready event?
For example:
- Can I pop a thickbox instance with a 'Did You Know?' section that obscures the underlying DOM manipulations?
- ...And then automatically close that thickbox instance when the ready event is complete?