Including Javascript in XHTML
Posted by John on August 18, 2008
I’m pressing on with learning javascript, specifically jQuery. I’ve made quite a bit of progress. I’ve got some working AJAX calls, and nifty CSS and text manipulation using jQuery. Of course, I’m not so good using external files so I put all of the javascript inside the HEAD tags of the page. This can lead to validation problems which can be easily solved with this terrific tutorial.
