jQuery and other JavaScript frameworks
As you already know, jQuery uses the $ sign as shorthand for jQuery.
What if other JavaScript frameworks also use the $ symbol as a shorthand?
Some other JavaScript frameworks include: MooTools, Backbone, Sammy, Cappuccino, Knockout, JavaScript MVC, Google Web Toolkit, Google Closure, Ember, Batman, and Ext JS.
Some of these frameworks also use the $ symbol as a shorthand (like jQuery), and if you are using two different frameworks that are using the same shorthand symbol, it may cause the script to stop running.
The jQuery team took this issue into consideration and implemented the noConflict() method.
jQuery noConflict() Method The
noConflict() method releases control of the $ identifier so that other scripts can use it.
Example
Of course, you can still use jQuery by replacing the abbreviation with the full name: