How can I use jQuery in my javascript plugin?
Hi, I've been working on a javascript plugin, which can be embedded to any page without making any confliction. (Such as meebo or wibiya)
I want to use jQuery in this plugin, but I could not find how to embed.
Maybe I could add jquery file to the header of a page, but there could be another jquery file already in the page.
how can I avoid confliction between 'my' jquery object and 'their' jquery object?