Add toggle-switch library
This commit is contained in:
parent
3a12120b55
commit
f9ec9a8148
4 changed files with 6 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ jQuery('document').ready(function(){
|
|||
}
|
||||
jQuery('#travelers-filter-button, #toggle-and-or').on('click', filterByTravelerClick);
|
||||
jQuery('#travelers-reset-button').on('click', resetFilter);
|
||||
jQuery('#toggle-and-or').toggleSwitch();
|
||||
});
|
||||
var markers = [];
|
||||
function initMap() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue