Created
January 8, 2015 17:29
-
-
Save derekeder/4fd8661eeff747d97d21 to your computer and use it in GitHub Desktop.
Hiding search box in searchable map template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="display:none;"> | |
<h4> | |
Address <small>(<a id='find_me' href='#'>find me</a>)</small> | |
</h4> | |
<p> | |
<input class='form-control' id='search_address' placeholder='Enter an address or an intersection' type='text' /> | |
</p> | |
<p> | |
<label> | |
within | |
<select id='search_radius'> | |
<option value='400'>2 blocks</option> | |
<option value='805'>1/2 mile</option> | |
<option value='1610'>1 mile</option> | |
<option value='3220'>2 miles</option> | |
</select> | |
</label> | |
</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment