Modifications

Aller à : navigation, rechercher

Widget:CartoFab

431 octets ajoutés, 24 octobre 2014 à 15:53
aucun résumé de modification
document.getElementById("nombreLabos").innerHTML = "Recherche des labs...";
$.ajax({
url: 'Sp%C3%A9cial:Ask/-5B-5BCategory:Fablabs-5D-5D-20-5B-5Blong::!:-5D-5D/-3FLong-23-2D/-3FLatt-23label/-3FSite/-3FAdresse/-3FIntitul%C3%A9/-3FStructures/limit%3D500/searchlabel%3D/format%3Djson',
data: {
format: 'json'
},
dataType: 'jsonp',
success: function(data) {
$.each(data.items, function(i,item){
L.marker([item.latt, item.long]).addTo(cartofab).bindPopup("<b><a href="+item.site+" target=\"_blank\">"+item.label+"</a></b><br/>"+item.intitulé+"<br/>"+item.structures);
jQuery( document ).ready( function( $ ) {
// Paste snippet here
// Paste as many as you like, only one "jQuery document ready" wrapper is needed!
} );
});
 
 
}
});
 
///
/*
$.getJSON("Sp%C3%A9cial:Ask/-5B-5BCategory:Fablabs-5D-5D-20-5B-5Blong::!:-5D-5D/-3FLong-23-2D/-3FLatt-23label/-3FSite/-3FAdresse/-3FIntitul%C3%A9/-3FStructures/limit%3D500/searchlabel%3D/format%3Djson")
;
 
*/
document.getElementById("nombreLabos").innerHTML = "Il ya actuellement "+data.items.length+" laboratoires renseignés sur cette page";
});
0
6 691
modifications

Menu de navigation