javascript - How to use draw:deletestart in leaflet -


i want perform operation when user clicks on delete button in leaflet. how doing :

map.on('draw:deletestart', function(e) {     alert("started"); }); 

but not triggering when click delete button. kindly suggest.

i doing in internet explorer. ran same code in mozilla firefox , chrome , it's working fine.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

c# - No method 'Contains' exists on type 'System.Data.Linq.DataQuery`1[System.Object]' -