This is my code:
$(document).ready(function() { alert("I am an alert box!"); });
when I refresh the page, there is no warning window. Are there any errors?
jQuery seems to be added correctly, but I can't get a warning to test jQuery work. Any ideas on how to make an alert show?
source share