Possible duplicate:Where should I put static files such as CS, JS and images in the Codeigniter folder structure?
I have several JavaScript files in my codiginter project. Currently, js files are in the root directory. I call js files on "../js/jq.js". Is it correct to include js files? Or Where to place my own javascript files in the cataloger structure?
"../js/jq.js"
What are the best practices ???
See this similar question: -
Where should I put static files such as CS, JS and images in the Codeigniter folder structure?