/ Published in: JavaScript
this helps you to be awsome
Expand |
Embed | Plain Text
var marker = L.marker([51.5, -0.09]).addTo(map); var link = $('<a href="#" class="speciallink">TestLink</a>').click(function() { alert("test"); })[0] marker.bindPopup(link);
You need to login to post a comment.
