Chapter 11 - p.372 - Ready function and AJAX/Javascript
Hi Imar,
$(document).ready(function() {} is used to wait until page is done loading before any JQuery code is executed. (p. 372)
Is this supposed to be used only when JQuery code is involved? Should this ready function also be used with Javascript/Ajax client side as well? For ex, the validation javascript code that was added to ValidatePhoneNumbers on p. 312?
Thanks.
Tulsi
|