How to put Javascript?

I have seen three ways to put Javascript: Can someone tell me the best way to put Javascript?
——————————————————————————————-
<script></script>
——————————————————————————————-
<script>
//<![CDATA[
//]]>
</script>
——————————————————————————————–
<script>
$(document).ready(function (){
}
</script>…
How to put Javascript?

See original post by Anjana Narayanan

Leave a Reply