Skip to content

Instantly share code, notes, and snippets.

@derekeder
Created January 8, 2015 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derekeder/4fd8661eeff747d97d21 to your computer and use it in GitHub Desktop.
Save derekeder/4fd8661eeff747d97d21 to your computer and use it in GitHub Desktop.
Hiding search box in searchable map template
<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