Skip to content

Instantly share code, notes, and snippets.

@spolu
Created November 8, 2011 10:57
Show Gist options
  • Save spolu/1347494 to your computer and use it in GitHub Desktop.
Save spolu/1347494 to your computer and use it in GitHub Desktop.
Google Places Autocomplete
<div class="pac-container" style="position: absolute; z-index: 1000; left: 472px; top: 76px; width: 398px; ">
<div class="pac-item pac-selected">
<b>New</b>
York, NY
</div>
<div class="pac-item">
<b>New</b>
Jersey
</div>
<div class="pac-item">
<b>New</b>
York
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment