In CodeIgniter I've got a view file setup in the root folder, then I've got some Javascript files in a js folder as a sub-folder in the view. I tried doing simply:
<script src="js/jquery-blink.js" language="javscript" type="text/javascript"></script>
But this doesn't seem to work. So is there a specific inclusion technique I need to be performing in order to include my external view requirement files?