simplest JavaScript include


/ Published in: JavaScript
Save to your folder(s)

just in order to save a tiny amount of time for moving up and down the source file to copy and paste


Copy this code and paste it in your HTML
  1. <script type="text/javascript" src="xxx.js"></script>
  2.  
  3. <script type="text/javascript">
  4. //<![CDATA[
  5. /* yyy */
  6. //]]>
  7. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.