I purchased Savsoft Quiz application from http://savsoftquiz.com It is developed in CodeIgniter framework (MVC STRUCTURE). Now i am customizing its look and need to add a javascript file. i found header.php file in views folder where i can add javascript but My question in which folder i have to placed .js and css file ?
i tried to add it out side application folder and include it by giving base url like:
<?php echo base_url('js/myjs.js');?>
its work but not confident that it is right method to add javascript in codeigniter.
is there any recommended method to add it as helper or by any javascript library?