Home >Web Front-end >JS Tutorial >jQuery name conflict solution_javascript tips
jQuery uses a method called noConflict() to solve this problem.
var jq=jQuery.noConflict(), helps you use your own name (such as jq) instead of $ sign.
Example:
This is a paragraph.
This is another paragraph.