My Wordpress Plugin Uses jQuery - A Specific WP Site Has Its Own jQuery Installation - Now my jQuery Calls Can't See the jQuery Plugins I've Installed?

My Wordpress Plugin Uses jQuery - A Specific WP Site Has Its Own jQuery Installation - Now my jQuery Calls Can't See the jQuery Plugins I've Installed?

I've coded a Wordpress plugin that's using jQuery.  It's being used on two sites so far.  On the first site everything works perfectly.  On the second site, my calls to the jqModal jQuery plugin, throw the error, "jQuery("#element").jqm is not a function," i.e., the browser doesn't see jqModal.    

FireBug shows that jqModal is indeed loaded.

This Wordpress site loads jQuery separately from my plugin.  The Wordpress site loads it directly from the host's server. (It does *not* register this jQuery load with WordPress.)  My Plugin then loads jQuery again (from  http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js).

Could this be why the browser isn't seeing jqModal?

Is there a way for me to enable the browser to see jqModal?

Thanks in advance to all for any info!
    • Topic Participants

    • vikr