[jQuery] Re: tool tip / ajax / image map

2009-09-03 Thread webguy262
Sorry, not sure what you mean by reinitialize. Can you be more specific? Here's what's happening / not happening... Please go here: http://brinsterinc.com/blazzi/events1.php Click the image in the footer. It loads in the main div. Mouse over the headlight. No tooltip, just an alt tag.

[jQuery] Re: tool tip / ajax / image map

2009-09-02 Thread Scott Sauyet
webguy262 wrote: I need to get a tooltip that works when the page containing the image and the image map is ajax-ed into a div... I think any of them will work, but you'll have to reinitialize them on the ajaxed content... -- Scott

[jQuery] Re: tool tip / ajax / image map

2009-08-30 Thread webguy262
I need to get a tooltip that works when the page containing the image and the image map is ajax-ed into a div... Anybody have any ideas? I could really use some help if anyone has a suggestion! Kinda on a deadline! webguy262 wrote: Thanks, Scott, for the reply. The space separated

[jQuery] Re: tool tip / ajax / image map

2009-08-29 Thread Scott Sauyet
Even had this approach worked, I am not sure how I would have preserved the ajax-ability of the hot spot links.  The ajaxify jquery needs class=ajaxify, while the tooltip needs class=screenshot. This isn't an issue; you can always have a space-separated list of class names:

[jQuery] Re: tool tip / ajax / image map

2009-08-29 Thread webguy262
Thanks, Scott, for the reply. The space separated class info is great! Actually, the hot spots in the beta do carry the ajaxify behavior, loading their links in the right hand column. And I just discovered they work even if the page that holds the image and the image map does not reference