$(document).ready shorthand

The shorthand is:

$(function() {
    // Code here
});

Leave a Comment