In a php file i have used include to include the following js.php file and prior to that i have included the jquery file.
include
Also look out how you define the jquery include tag. It seems for some reason you need to open and close the tag with two seperate tags. Using one tag with closing it seems not to work:
Works:
Doesn't work: