My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Ready  
It is possible to undertake the handling of gadget load events
jQuery, jQuery.fn.ready
en, ja
Updated Feb 26, 2010 by nakajim...@gmail.com

Handling Load Events

jQuery.fn.ready can be used for handling gadget load events

$(document).ready(function() {
  console.info('The gadget was loaded.');
});

Moreover, jQuery(callback) can be used for the same purpose

jQuery(function($) {
  console.info('The gadget was loaded.');
});

Sign in to add a comment
Powered by Google Project Hosting