If your markers contains tags option the plugin filters them by selected tags when popup is closed For example: var map = L.map('map'); var fastMarker = L.marker([50.5, 30.5], { tags: ['fast'] ...
JavaScript doesn't care about how you are passing them in, whether as a value directly or as a variable. In this function, JavaScript will take whatever was passed in the first argument and make it ...