jquery and codeigniter

Posted by rabidmachine9 on Stack Overflow See other posts from Stack Overflow or by rabidmachine9
Published on 2010-06-11T12:46:35Z Indexed on 2010/06/12 7:32 UTC
Read the original article Hit count: 283

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about codeigniter