I did heavy use of jquery on my php project. But on some page the $ is not working, so I have to use jquery. For example:
$
jQuery(\'#mycarousel\'
It's a jquery conflict. You should use a correct jquery plugin to solve this problem. use a latest Jquery plugin and remove the old one from your code.