Skip to content

Instantly share code, notes, and snippets.

@sofoklis
Created February 8, 2012 08:54
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 sofoklis/1766968 to your computer and use it in GitHub Desktop.
Save sofoklis/1766968 to your computer and use it in GitHub Desktop.
lift json autocomplete html
<div class="lift:surround?with=default;at=content">
<div class="lift:jsonAutocomplete">
<script id="script"></script>
<div class="demo">
<div class="ui-widget">
<label for="city">Your city: </label>
<input id="city" />
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment