Previously I used to do like this in a template
<html>
...
<script>
{% include "myapp/includes/jquery-1.7.1.min.js" %}
{% include "myapp/includes/myscript.js" %}
</script>
...
But this causes all the js code to be shown on the page source.
I am not using any Form in my template, so can I use Media class for adding js?
Should I just use <script src=".."
or link ref=".." for adding javascript files? Which is the better way?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…