jQuery/JSONP widget and jquery version conflict

Posted by geraud on Stack Overflow See other posts from Stack Overflow or by geraud
Published on 2010-03-14T14:43:20Z Indexed on 2010/03/14 14:45 UTC
Read the original article Hit count: 836

I would like to create a widget so that my visitors can display it on their blog/website.

I would like to use jquery and jsonp to develop this widget.

I know how to avoid conflicts between jQuery and other libraries (like prototype).

But what will happen if jquery is already installed on my visitors' websites and if their version is different from my version ?

What I mean is: what if, for example, they run a script using an older jquery version and which is not compatible with my jquery library ? Does it stop working ? Is their any workaround ?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jsonp