Can you include multiple version of jQuery? If yes, then how they are executed?
Answer / chaitanya
Yes. Multiple versions of jQuery can be included in same page.
| Is This Answer Correct ? | 1 Yes | 0 No |
Do you have plans for a new jquery plug-in or something else we should look out for? Where to from here for the imgpreview plugin?
How we can modify the css class in jquery?
How to always reference latest version of jquery?
Tell me how to check data type of any variable in jquery? : jquery mobile
Explain jquery.noconflict? : jquery mobile
How to multiple AJAX requests be run simultaneously in jQuery?
What are the methods used to provide effects?
How method can be called inside code behind using jQuery?
How does the jQuery pushStack function work?
Tell me what does $("div") will select? : jquery mobile
Which program is useful for testing jQuery?
Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?