Noob here,
I have 2 divs ( first with the map and the second for displaying data based on the selection map).
In the xml file I have records like this:
The php file do an Ajax.Request and with the OnSuccess event, I update the second div.
If I clicked quickly on the different section of the map, it seems the map cannot respond to the click event.
For understanding my problem , see the FusionAir Flight Route Selector Demo and click quickly on 2 or more different routes; the Available Flights section slow down or become inactive/blocked.
My question is: how to disable click event on the map until the second div is refreshed.
Thanks and sorry for my poor English.