I am using CodeIgniter. I am trying to load an external javascript file.The .js file is placed in the views folder itself.
I use the following code for loading the js file in the view file
<script src="/countdown.js" type="text/javascript"></script>
But it does not load the js file. The same code works if i simply put it in the view file. Can someone point out what i am missing here.
The requested URL /ci/countdown.js was not found on this serverhttp://localhost:81/ci/countdown.jsstatus is being shown ascancelled