I tried to check if jquery is installed but it doesnt give the Alert message.Jquery file is saved beside the index file inside a test folder
<script type="text/javascipt" src="jquery.min.js"></script>
</head>
<body>
<script>
if(jQuery)
{
alert('jQuery is installed');
}
else{
alert('jquery is not installed');
}
</script>
what is the error on my code above that doesn't displayed the alert message
Aucun commentaire:
Enregistrer un commentaire