1.

What Is “noconflict” Method In Jquery?

Answer»

JQUERY.Conflict method is USED in case other CLIENT side libraries used along with Jquery then we will USE this method.

Eg: Prototype.js can be used with Jquery and this Prototype.js ALSO uses “$” symbol for accessing the element. So for this purpose we are using Jquery.Conflict method.

Jquery.Conflict method is used in case other client side libraries used along with Jquery then we will use this method.

Eg: Prototype.js can be used with Jquery and this Prototype.js also uses “$” symbol for accessing the element. So for this purpose we are using Jquery.Conflict method.



Discussion

No Comment Found