Created
September 18, 2017 13:01
-
-
Save davidtrushkov/f09e12752ede11b9cd0d9d9322c3f0ca to your computer and use it in GitHub Desktop.
Revisions
-
davidtrushkov created this gist
Sep 18, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ <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>