Skip to content

Instantly share code, notes, and snippets.

@jpederson
Last active August 29, 2015 13:57
Show Gist options
  • Save jpederson/9497355 to your computer and use it in GitHub Desktop.
Save jpederson/9497355 to your computer and use it in GitHub Desktop.
Accrue.js form element example - term
<input type="text" class="term" value="36m">
<select class="term">
<option value="36m">36 months</option>
<option value="4y">4 years</option>
</select>
<input type="text" class="accrue-term" value="36m">
<input type="text" name="term" value="36m">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment