I'm using Leaflet to show participants an interactive map with two markers:
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
crossorigin=""/>
This line of code from the code block above shows participants a pop up when they hover over marker 1:
marker1.bindPopup('
Number 1 | |
$456K 2 bd | 2 ba | 1,008 sqft |
My question: Can I auto advance to the next page when participants select the text in the pop up for marker 1? If not that, is it possible if they click on marker 1?
For additional clarification, the pop up for marker 1 contains an html table with both text and an image.