File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,17 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
97
97
</ li >
98
98
</ ul >
99
99
100
+ < ul id ="state-filter " class ="bh-sl-filters ">
101
+ < li > < h3 > State</ h3 > </ li >
102
+ < li >
103
+ < select name ="state ">
104
+ < option value =""> All states</ option >
105
+ < option value ="MN "> Minnesota</ option >
106
+ < option value ="WI "> Wisconsin</ option >
107
+ </ select >
108
+ </ li >
109
+ </ ul >
110
+
100
111
< ul id ="postal-filter " class ="bh-sl-filters ">
101
112
< li > < h3 > Zip</ h3 > </ li >
102
113
< li >
@@ -125,19 +136,21 @@ <h1 class="bh-sl-title">Using Chipotle as an Example</h1>
125
136
</ div >
126
137
</ div >
127
138
128
- < script src ="https://code.jquery.com/jquery-3.6.3 .min.js "> </ script >
139
+ < script src ="https://code.jquery.com/jquery-3.7.0 .min.js "> </ script >
129
140
< script src ="assets/js/libs/handlebars.min.js "> </ script >
130
141
< script src ="https://maps.google.com/maps/api/js?callback=Function.prototype "> </ script >
131
142
< script src ="assets/js/plugins/storeLocator/jquery.storelocator.js "> </ script >
132
143
< script >
133
144
$ ( function ( ) {
134
145
$ ( '#bh-sl-map-container' ) . storeLocator ( {
146
+ fullMapStart : true ,
135
147
maxDistance : true ,
136
148
taxonomyFilters : {
137
149
'category' : 'category-filters-container1' ,
138
150
'features' : 'category-filters-container2' ,
139
151
'city' : 'city-filter' ,
140
- 'postal' : 'postal-filter'
152
+ 'state' : 'state-filter' ,
153
+ 'postal' : 'postal-filter' ,
141
154
}
142
155
} ) ;
143
156
} ) ;
You can’t perform that action at this time.
0 commit comments