Javascript placed in header.php file isn’t referenced
-
I placed some javascript/ jQuery into header.php and the script isn’t being referenced at all. The html output doesn’t contain this code anywhere. Its weird because all the other Javascript in the header file works and is displayed in the page source. The script I placed in there did not work nor was it displayed in the html source. How else will I get this script in the “<head>” section if it can’t refer to the script in the header file? I’ve already checked the syntax and its completely fine. What am I missing?
- The topic ‘Javascript placed in header.php file isn’t referenced’ is closed to new replies.