ready
ready(function($){ ... }) ⇒ self
Attach an event handler for the "DOMContentLoaded" event that fires when the DOM on the page is ready. It's recommended to use the [$()](#$()) function instead of this method.
ready(function($){ ... }) ⇒ self
Attach an event handler for the "DOMContentLoaded" event that fires when the DOM on the page is ready. It's recommended to use the [$()](#$()) function instead of this method.