AntonyRayan 15 Posting Whiz in Training
    Hi,
    I need your help to zoom a place when click a marker in Leaflet.
    I used this code from http://leafletjs.com/reference.html#control-zoom
    map.on('click', function(e) {
        alert(e.latlng);

    });

this click event not working