I’m trying to develop a Store Locator (using Google Maps v3 API), that’s located in an expandable div. However, the map is not showing up properly (see link below). I’m a newbie to jQuery in general, so this is all a bit new to me.
I know there’s a conflict though. As when I remove the ready function for the expandable div, the map will show up properly. But not with the call there.
All the code can be found here:
http://t-zonevibration.com/expandable_store_locator/
Is it a jQuery conflict? If so, how do I fix it?
The
#mapelement must be visible in the page…So you need to put the initialization code in the callback to the
slideToggle.Demo at http://jsfiddle.net/gaby/A5jnV/