[jQuery] Swapping out an image map using jQuery
I have an image with an image map assigned -- which works properly.
However, I have a second image map that needs to be swapped in so it
overwrites the first image map. I'm using jQuery and .html() to
insert the second image map, but when I mouse over the second image
map it appears to be the first image map. I monitor the swap out
using firebug and do see the first image map code get removed and the
second image map code is added. However, the new image map hot spots
never work. Do I need to do something to "activate" the new image map
in the DOM? I would appreciate any help.
Thanks.