AJAX-loading a content for description box after click on map object

This demo uses clickMapObject event handler to catch clicks on map objects. The handler code then checks if the clicked object has proprietary ajaxUrl property set. If it's set, it then uses jQuery to AJAX-load the HTML and place it inside object's description window.

This eliminates the need for you to include all of the description into map data. It will be loaded on-demand, when user clicks on the map.