Created
September 18, 2017 13:01
-
-
Save davidtrushkov/f09e12752ede11b9cd0d9d9322c3f0ca to your computer and use it in GitHub Desktop.
This file contains 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
<select name="state" class="form-control" onchange="$('.lawyer').removeClass('hidden').find('input').attr('autofocus',true)"> | |
<option value="">Select State</option> | |
<option>Florida</option> | |
</select> | |
<div class="lawyer hidden"> | |
<div class="input-group"> | |
<span class="input-group-addon">$</span> | |
<input name="amount" class="form-control" data-mask="000,000" data-mask-reverse="true" /> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment