I'm changing from jQuery Tabs to
InfoBubble<http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/>.
I've kinda got it going; there are no errors, but most of my functionality
is not working. I'm not sure how to fix my problems. Here is my
map<http://www.austintreeexperts.com/maps/employee2.php?f=http%3a%2f%2fwww.austintreeexperts.com%2fmaps%2fgmapsXML2.cfm%3fu%3d558%26ad%3d23719>
.
None of my jQuery listeners are working. I think, maybe, content I'm
passing in through the .addTab function isn't available to the DOM when I'm
calling my jQuery functions?:
- if you click on marker 6, inside the infoBubble, you should be able to
click on the thumbnail image to load a slideshow; not working.
- my other jQuery functions previously relied on the .click(function(){})
tied to a tab's id selector. InfoBubble doesn't seem to make the tab's id's
available. Is there any way to access the id of a tab or give it a
classname?
Also, is there a 'disableAutoPan' feature like the built in infoWindow
offers?
Thanks for any help.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.