Where to place js files in CodeIgniter

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?

What are the best practices ???

+5
source share

All Articles