What is jQuery.noConflict?
Many JavaScript libraries use $ as a function or variable name, just as jQuery does. In jQuery’s case, $ is just an alias for jQuery , so all the functionality is available without using $. Run $. noConflict () method to give control of the $ variable back to whichever library first implemented it.