Explain jquery.noconflict? : jquery mobile



Explain jquery.noconflict? : jquery mobile..

Answer / Vishwa Deepak Sharma

jQuery.noConflict() allows other JavaScript libraries to use the dollar sign ($) without conflict, by returning the control of $ back to its previous owner. By default, when jQuery is loaded, it takes ownership of $ and any alias like jQuery or $$.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Which is the latest version of jQuery library?

1 Answers  


How do I check if an element is hidden in jQuery?

1 Answers  


Explain the difference between size and length of jquery?

1 Answers  


How to set attributes of an element using jquery?

1 Answers  


What does the jQuery migrate function do?

1 Answers  


Why content injected into a page is not enhanced? : jquery mobile

1 Answers  


How do you attach a event to element which should be executed only once?

1 Answers  


Is jquery a library for client scripting or server scripting? : jquery mobile

1 Answers  


Explain all the ways to include jquery in a page?

1 Answers  


How to add or remove classes to an element in jquery?

1 Answers  


How can related code be encapsulated?

1 Answers  


How does the jQuery pushStack function work?

1 Answers  


Categories