Created
November 8, 2011 10:57
-
-
Save spolu/1347494 to your computer and use it in GitHub Desktop.
Google Places Autocomplete
This file contains hidden or 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 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