Skip to content

Commit 0ea1e98

Browse files
committed
Radio button compatibility, trying to fix whitespace
1 parent 66a1303 commit 0ea1e98

File tree

4 files changed

+1209
-1195
lines changed

4 files changed

+1209
-1195
lines changed

dist/categories-example.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@ <h1>Using Chipotle as an Example</h1>
8585
</select>
8686
</li>
8787
</ul>
88+
89+
<ul id="postal-filter" class="bh-storelocator-filters">
90+
<li><h3>Zip</h3></li>
91+
<li>
92+
<input type="radio" name="postal" value="55416">55416
93+
</li>
94+
<li>
95+
<input type="radio" name="postal" value="55343">55343
96+
</li>
97+
<li>
98+
<input type="radio" name="postal" value="55402">55402
99+
</li>
100+
</ul>
88101
</div>
89102
</form>
90103

@@ -106,9 +119,10 @@ <h1>Using Chipotle as an Example</h1>
106119
$(function() {
107120
$('.bh-storelocator-map-container').storeLocator({
108121
'taxonomyFilters' : {
109-
'city' : 'city-filter',
110122
'category' : 'category-filters-container1',
111-
'features' : 'category-filters-container2'
123+
'features' : 'category-filters-container2',
124+
'city' : 'city-filter',
125+
'postal': 'postal-filter'
112126
}
113127
});
114128
});

0 commit comments

Comments
 (0)