Created
February 8, 2012 08:54
-
-
Save sofoklis/1766968 to your computer and use it in GitHub Desktop.
lift json autocomplete html
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 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