Pages

Wednesday, April 18, 2012

Keeping You JavaScript

Why not you host your JavaScript for good in your template by extracting it and add some code like you see below:

Save All your JavaScript codes inside your templates just above </head> using the code below:

    <script type='text/javascript'>

    //<![CDATA[

    Place Your JavaScript Code Here

    //]]>

    </script>

The line "Place Your JavaScript Code Here" text is where you must paste the JavaScript code that you use in your template by linking to an external site.

No comments:

Post a Comment

Archives