noob

Members
  • Content count

    2
  • Joined

  • Last visited

About noob

  • Rank
    Forum Newbie
  1. Disable Map Links until Ajax returns the content

    I resolved the problem with a modal div, you`re right...this is the good way. Thanks!
  2. 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.