Showing posts with label external file. Show all posts
Showing posts with label external file. Show all posts

Thursday, 28 February 2013

JavaScript: how to use external files

   


As we already know, because we saw it in the past here on the web thought or elsewhere, we can use JavaScript snippet by placing the code in the head and/or the body of our documents.
However, it's good practise to create external JavaScript files, especially when we use standard functions all over our web site.

In this short article, we are going to see how to do it.