Modifications

Widget:CartoFab

1 octet supprimé, 6 novembre 2012 à 14:54
aucun résumé de modification
$.getJSON("Sp%C3%A9cial:Ask/-5B-5BCategory:Fablabs-5D-5D/-3FLong-23-2D/-3FLatt-23-2D/-3FSite/-3FAdresse/-3FIntitul%C3%A9/-3FStructures/limit%3D503D350/searchlabel%3D/format%3Djson",
function(data) {
$.each(data.items, function(i,item){
L.marker([item.long, item.latt]).addTo(cartofab).bindPopup("<b><a href="+item.site+" target=\"_blank\">"+item.label+"</a></b><br/>"+"op"+"<br/>"+structure);
document.getElementById("nombreLabos").innerHTML = "Il ya actuellement "+tableau.length+" laboratoires renseignés sur cette page";
});
document.getElementById("nombreLabos").innerHTML = "Il ya actuellement "+data.length+" laboratoires renseignés sur cette page";
});
</script>
0
6 691
modifications