I'm no expert on jquery, but I would do the following: if (typeof(jQuery) != 'function') { //code to load jquery plugin here }
On Sep 18, 11:57 am, geme4472 <[EMAIL PROTECTED]> wrote: > Hi, > I'm creating a widget that uses jquery. As you might imagine, it > might load on a page already having jquery loaded. Is there a way to > load two instances of jquery in a page? Perhaps some variation on > noConflict()?