Web technologies Questions | jQuery Quiz | Set-1 | Question 10
Which one of the following function is the utility function that used in the jQuery?
(A) jQuery.parseJSON()
(B) jQuery.noConflict()
(C) jQuery.Conflict()
(D) jQuery.each()
Answer: (A)
Explanation: The jQuery.parseJSON() it take string value and return the JavaScript value. So it is used as a utility function in the jQuery.
Quiz of this Question