Last active
August 29, 2015 13:57
-
-
Save jpederson/9919835 to your computer and use it in GitHub Desktop.
Accrue.js form field - term_compare
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="term_compare" value="36m"> | |
<select class="term_compare"> | |
<option value="36m">36 months</option> | |
<option value="4y">4 years</option> | |
</select> | |
<input type="text" name="term_compare" value="36m"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment