Skip to content

Instantly share code, notes, and snippets.

@JeremySkinner
Created October 13, 2009 12:06
Show Gist options
  • Save JeremySkinner/209200 to your computer and use it in GitHub Desktop.
Save JeremySkinner/209200 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var person = { Name: "Jeremy", Id: 1 };
</script>
<input type="text" sys:value="{binding path=Name, source={{person}} }" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment