Help! Where to include JQuery file?
Hi all,
I have used jquery inside my javascript function, which is located in a javascript file. I call the javascript function from a html file. I include the html file in index.php.
But when I place,
<script src="jscript.js"></script>
in the <head> of the index.php file, jQuery does not work.
I am not sure why this is happening. If you could shed some idea on this problem, I would appreciate a lot.