Skip to content

Instantly share code, notes, and snippets.

@jpederson
Last active August 29, 2015 13:57
Show Gist options
  • Save jpederson/9497072 to your computer and use it in GitHub Desktop.
Save jpederson/9497072 to your computer and use it in GitHub Desktop.
Accrue.js form element example - comparison rate
<input type="text" class="rate_compare" value="3%">
<select class="rate_compare">
<option value="3">3%</option>
<option value="4">4%</option>
</select>
<input type="text" class="accrue-rate_compare" value="3%">
<!-- OR, you may want to hide the rate you're comparing their existing rate to -->
<input type="hidden" name="rate_compare" value="3%">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment