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