Open In App

Web technologies Questions | jQuery Quiz | Set-2 | Question 7

The Query.noConflict(true) in jQuery is used as

(A)



free up the $ symbol by other libraries

(B)



Improve compatibility

(C)

Remove all jQuery variables

(D)

All of the above

Answer: (D)
Explanation:

Query.noConflict(true) is a method in jQuery that is used to release the hold. It is used) Free up the $ symbol for use by other libraries, Improve compatibility and Remove all jQuery variables.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :