timple-c
11/29/2017 - 8:13 PM

Document Ready Jquery

Document Ready Jquery

$( document ).ready(function() {
	console.log( "ready!" );
});