Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
where can i place my jquery files in codeigniter folder? currently my jquery files located in codeigniter/application/js folder, and i also try to put in codeigniter/system/js. then i referenced into my view like this <script type="text/javascript" src="js/jquery-1-10-2.js"> </script> help please... thanks in advance
Posted

1 solution

You can place those files where you want, as soon as the directories are under the root directory configured for your site.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900