Tools
Developers
Education
Health
Developers
→ Open Source
→ PHP
→ Javascript
Jquery Document Ready Function
Execute a function when the website is loaded and ready.
$( document ).ready(function() { console.log( "ready!" ); });