Hi
I know that a you put the reference to jquery between the head tags as below.
Script src="js/jquery-1.3.2-full.js" type="text/javascript"
But on a php page with no head tags, where would I place the reference?
thanks
Rifki
Hi
I know that a you put the reference to jquery between the head tags as below.
Script src="js/jquery-1.3.2-full.js" type="text/javascript"
But on a php page with no head tags, where would I place the reference?
thanks
Rifki
You don't hav to put them in the head-tags but it's recomended. Why don't you structure your php-output with full html?