Created
March 11, 2014 23:11
-
-
Save jpederson/9496957 to your computer and use it in GitHub Desktop.
Accrue.js form element example - rate fields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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