$(document).ready(); not working in Safari, Chrome, and Opera
$(document).ready(); not working in Safari, Chrome, and Opera
I have the following code below working only in Firefox.
$(document).ready(function() {
alert("here");
});
Is there any know bug. I am using version 1.5.2
Topic Participants
rickburgen
rminde