Skip to content

Instantly share code, notes, and snippets.

@jpederson
Created March 11, 2014 23:11
Show Gist options
  • Save jpederson/9496957 to your computer and use it in GitHub Desktop.
Save jpederson/9496957 to your computer and use it in GitHub Desktop.
Accrue.js form element example - rate fields
<input type="text" class="rate" value="7%">
<input type="text" class="accrue-rate" value="7%">
<select class="rate"><option value="7">7%</option><option value="8">8%</option></select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment