07-12-2012, 01:47 PM
[eluser]CroNiX[/eluser]
Javascript is supposed to be loaded/used in the <head>.
I store my javascript in javascript files, and then load them in the head of the document.
With skript spelled correctly (forum removes them)
Javascript is supposed to be loaded/used in the <head>.
I store my javascript in javascript files, and then load them in the head of the document.
Code:
<skript src="http://mysite.com/assets/js/some_file.js" type="text/javascript" charset="utf-8"></skript>
With skript spelled correctly (forum removes them)