Area

'); $j.ajax({ type:"POST", url:"https://www.romeluxuryapartments.net/wp-admin/admin-ajax.php?lang=en", data:'action=property_map_info&main_propertyid=' + propertyid, success:function(results){ $j("#areas-map-property").empty(); $j("#areas-map-property").append(results); } }); }); }; m.Load(); //Clear the content of #areas-map-property when View all is clicked $j("#ullist_a_all").click(function() { $j('#areas-map-property').html(''); }); });