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 |
Which is the latest version of jQuery library?
How do I check if an element is hidden in jQuery?
Explain the difference between size and length of jquery?
How to set attributes of an element using jquery?
What does the jQuery migrate function do?
Why content injected into a page is not enhanced? : jquery mobile
How do you attach a event to element which should be executed only once?
Is jquery a library for client scripting or server scripting? : jquery mobile
Explain all the ways to include jquery in a page?
How to add or remove classes to an element in jquery?
How can related code be encapsulated?
How does the jQuery pushStack function work?