Monday, February 13, 2012

.ready() – jQuery API

.ready() – jQuery API: "The .ready() method is typically used with an anonymous function:

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

'via Blog this'