Can we use our own specific character in the place of $ sign in jQuery?
Answer / chaitanya
Yes. It is possible using jQuery.noConflict().
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the advantage of using the minified version of jquery rather than using the conventional one?
Why we use chaining in jquery?
What is the purpose of fadetoggle() method in jquery?
How to get attributes of an element using jQuery?
Is jQuery is a replacement of JavaScript?
What is the difference between onclick and onsubmit?
What is cdn? Explain
How to find all sibling elements after the current element using ?
Explain the difference between find and children methods in jquery?
How we can set the html contents of an element in jquery?
What is the use of param() method?
differentiate between bind() vs live() vs delegate() methods in jquery.