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\'
The $ represents the jQuery Function, and is an alias for jQuery
jQuery