php - when chose radio option calendar show up in search filed -
i have search form :
code :
<input type="text" name="sign" class="search_text1 " value"" /> <input type="radio" class="search_date1" name="search_by" value=""> issue date<br/>
i want when user chose radio option , , go click on search filed , calendar show up
use jquery calendar plugin, this one. has onshow event, can fill function, check if issue date radio selected.
Comments
Post a Comment