A plugin which I need to implement in other website uses some jquery functions.
The website may or maynot be use jquery.
Is it possible to use my own jquery to my functions without affected by already called frameworks (jquery,prototype)?
The use of jQuery.noConflict() function affect the other functions used in the website.
A plugin which I need to implement in other website uses some jquery functions.
Share
register your jQuery if it is not contain in the page. see the sample.