Where is the best place in index.html file to add a custom .js file?
I have an html 5 captivate 9 project. I have a custom .js file that contains functions used in the project. After I publish my project, I am adding a <script> tag to include my custom .js file. Is there a "best practices for captivate" as to where I should add the .js file. For example should it be in header, or at end of file before closing tag, etc. I know captivate has a loading function for loading the .js files it needs so I wasn't sure if any custom .js files need to come after that? Thank you. Right now I have them load in header. Everything seems to work ok, however I have had some errors when I run it locally with google chrome. It is sporadic so I was thinking it had to do with functions not being available, so that is why I am asking this questions. Thanks in advanced for any insight.
