Home >Web Front-end >JS Tutorial >'jQuery' name conflict is resolved using the noConflict method_jquery
jQuery uses the $ symbol as a way of introducing jQuery.
Some functions in other JavaScript libraries (such as Prototype) also use the $ symbol.
jQuery uses a method called noConflict() to solve this problem.
var jq=jQuery.noConflict(), helps to use own name (such as jq) instead of $ sign.
This is a paragraph.
This is another paragraph.