mod_rewrite and Jquery
mod_rewrite and Jquery
Hi
I am building a site using the MVC pattern and mod_rewrite.
in my header file I have included jquery.js as per normal.
the file is being loaded but any functions I call from views are erroring as undefined.
if I put an alert in the jquery.js file it fires aqs expected but no functions are available
if you have seen this issue before please help me out
Thanks