11. Use jQuery’s noConflict() method to rename the jQuery object when working with multiple frameworks:
Many JavaScript frameworks use the “$” symbol to reference the framework. If you use multiple frameworks in your project, use the jQuery.noConflict() method to release the “$” object and assign jQuery to a custom-named object: