Open coderfls opened 5 years ago
Is it possible to search within the content of the popups of the markers which are added with .bindPopup and not only in the title?
.bindPopup
Good question!
...it is interesting me too, how?
var markers = [L.marker([10, 10], { title: 'Title text' }).bindPopup('Search text into popup')];
Is it possible to search within the content of the popups of the markers which are added with
.bindPopup
and not only in the title?