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.
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!