Which of the following is a utility function in jQuery?
Which of the following is a utility function in jQuery? Correct Answer jQuery.noConflict()
jQuery.noConflict() is the utility function in jQuery. The noConflict() method releases the hold on the $ shortcut identifier, so that other scripts can use it.