Changes between Initial Version and Version 1 of Ticket #7366, comment 1
- Timestamp:
- Nov 1, 2010, 5:20:03 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7366, comment 1
initial v1 6 6 2. Use function literals, but define them before calling `$.fn.ready`. 7 7 8 Even if the calls are deferred, you are not guaranteed that a deferred call is going to occur after all asynchronous scripts load, so I am not sure this suggestion will actually solve anything related to the original complaint regarding asynchronously loaded scripts.8 Even if the calls are deferred, you are not guaranteed that a deferred call is going to occur after '''all''' asynchronous scripts load (only that they will occur after the engine reaches the top of the call stack), so I am not sure this suggestion will actually solve anything related to the original complaint regarding asynchronously loaded scripts.