Closed akshay-kapase closed 6 years ago
$(document).ready(function() { alert("document ready occurred!"); });
// the above code not working
$(document).ready(function() { alert("document ready occurred!"); });
// the above code not working