php - when chose radio option calendar show up in search filed -


i have search form :

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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -