/ Published in: jQuery
Expand |
Embed | Plain Text
$(function() { // Handler for .ready() called. }); //waits until all page assets loaded $(window).load(function(){ // Handler }); $('#target').click(function() { alert('Handler for .click() called.'); return false; });
You need to login to post a comment.
