Hi Erik

Imagemapster is a jQuery plugin and depends on jQuery to work - jQuery and
Prototype can work together if you do it in the right order

first load jQuery then immediately run jQuery.noConflict() then load
Prototype. jQuery uses the $() method by default - same as Prototype so the
noconflict() method releases the $() method for Prototype.


So for the Imagemapster to work correctly - make sure you have jQuery
loaded and then call it like this


jQuery('#usa').mapster({ // rest of options });

If this doesnt work then the Imagemapster javascript code depends on the
$() method to be pointing to jQuery - all you need to to is replace the $()
with jQuery() and then it should work


Let me know if you need anymore help


Jason Westbrook | T: 313-799-3770 | jwestbr...@gmail.com


On Sun, May 5, 2013 at 3:37 PM, Erik Sjaastad <spudlo...@gmail.com> wrote:

> Hi!
> Very happy to have found Prototype this morning. It's really made my day a
> lot better :) Except that I noticed that once I included it, my other
> plugin Imagemapster http://www.outsharked.com/imagemapster/ stopped
> working. I've email James to see if he knew of a solution. I thought maybe
> someone here might have had or seen a similar problem.
>
> Looking forward to building a lot more with Prototype from now on.
>
> Cheers
>
> --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to prototype-scriptaculous+unsubscr...@googlegroups.com.
> To post to this group, send email to
> prototype-scriptaculous@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to