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 simplest possible console experiment which isslustrates what has already been told:
($ === jQuery); //true $.noConflict(); ($ === jQuery); //false