You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
I have 5 buttons. One button for 1 category. I need to filter markers when click on buttons. I did in this way
` $(document).on('change', '.num', function(e) {$num = $ (this).val();
var
But, this works only one time. Assume I clicked on Button 1 then click on Button 2. Then I'm not getting markers related to Category 1 (Btn 1)
The text was updated successfully, but these errors were encountered: