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 -

javascript - Chrome Extension: Interacting with iframe embedded within popup -