Oracle Diaries
A glance at life of an IT Developer and DBA
Wednesday, August 4, 2010
JQuery: $(document).ready() vs. $(window).load()
$(document).ready() executes when the DOM is fully loaded (ex.: an 'element')
$(document).ready() is ideal for one-time initialization routines
$(window).load() executes when the complete page, including all fames, images and objects, is loaded
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment