jQuery Alert Message (demo, example and script)

Cat: jQuery Examples - Cut and Paste Scripts



<script>
$(document).ready(function(){
alert('This is a jQuery demonstration alert message. If you see this alert message jQuery is installed correctly.');
});
</script>

Comments are closed.

Featured & Popular Articles