Avatar of Mark Steggles
Mark Steggles
Flag for United States of America

asked on 

Jquery enable field based on whether previous field has been entered

Hello,

I need to enable a field based on whether the previous field has been entered. Here are my fields:

<select name="state" id="state"><option></option></select>

<input type="text" name="postalAddress1" id="postalAddress1" class="tip" /> <!-- enable this field based on a state being selected in the select with id="state" -->

Thanks
jQuery

Avatar of undefined
Last Comment
Mark Steggles

8/22/2022 - Mon