I'm building a website on Expression Engine using jQuery for my javascript.
At first it looks as if everything works as it should. But as I navigate away from the front page (index.php) to a subpage (index.php/site/services) all my event handlers stop working. I know the javascript is executed on page load, and there are no errors in console.
I'm guessing the problem has to do with the bind()
functio开发者_如何学运维n, and I've tried substituting it with live()
without success.
Any ideas how to fix this?
ok press ctrl + r to force cache cleared, then look into the javascript, if it is really there and finally use absolute urls don't use relative urls.
精彩评论