Which of the following is a utility function in jQuery?
A
jQuery.each()
B
jQuery.parseJSON()
C
jQuery.noConflict()
D
jQuery.conflict()
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.