-
Pet Projects
Tag Archives: radio buttons
I thought I should post this here. I always tend to look back at my old code wondering how I did these things. Handling radio buttons or checkboxes <input type="radio" name="print_memo" value="Yes"/> Yes <input type="radio" name="print_memo" value="No" /> No <script … Continue reading
Posted in General
Tagged checkboxes, html form, jquery, jquery selectors, radio buttons, selectboxes, selectors
3 Comments