jquery and codeigniter
- by rabidmachine9
Hello people,
and sorry if that question is stupid
I'm trying to use javascript with codeigniter and I can't get it right
what I'm actually doing is placing jQuery inside the views folder
and call it from one of my view files
like that:
<script type="text/javascript" src="jquery.js"></script>
I get no response no errors it just doesn't work, I could also display more code but my first assumption is that there something wrong with the way I call it...
maybe something with the paths?
any workarounds?
thanks in advance