Skip to content

Instantly share code, notes, and snippets.

View lukeschafer's full-sized avatar

Luke Schafer lukeschafer

  • Brisbane, Australia
View GitHub Profile
Choose a ticket class: <select id="tickets"></select>
<p id="ticketOutput"></p>
<script id="ticketTemplate" type="text/x-jquery-tmpl">
{{if chosenTicket}}
You have chosen <b>${ chosenTicket().name }</b>
($${ chosenTicket().price })
<button data-bind="click: resetTicket">Clear</button>
{{/if}}