Tuesday, February 21, 2012

jQuery document ready

$(document).ready(function() {
    // ... code to run after the page loads
});

No comments: