.ready() | jQuery API Documentation


/ Published in: JavaScript
Save to your folder(s)

$(document).ready(function() {
// Handler for .ready() called.
});


Copy this code and paste it in your HTML
  1. $(document).ready(function() {
  2. // Handler for .ready() called.
  3. });

URL: http://api.jquery.com/ready/

Report this snippet


Comments


You need to login to view comments.