Go0d afternoon everyone, I currently have a map that displays zip code boundaries on a map. When the user clicks on a zipcode polygon i am opening a jquery dialog that asks the user to confirm their zip code selection. The confirmation makes an ajax call that stores the selected zip code in my database. Once the callback from the ajax call is hit I am wanting to refresh a div that contains a table of all selected zip codes for the user. Everything seems to be working fine except for the refreshing of the div. I am using $.post(...) to send the data across for storing and again in the callback function if there were no errors sent back I am using $(selector).load(url) to refresh the div. I know that this works because in my table that appears in the div i have a delete option that uses a similar workflow and the refresh works perfectly. I am not sure if this is something specific to how the eventlisteners work with google maps but any help would be appreciated.
-- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/hALOYFf9XZUJ. 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.
