April 30, 2012
how to add jquery-fileupload plugin
Question by ALi
Answer by Starx
Different people have different opinion about where it is OK to keep the files. Generally,
- Javascript are kept in
js
orscript
- Images are kept in
img
orimages
ormedia
Including JS on the HTML is done as this
<script type='text/javascript' src='path/to/jsfile.js'></script>