This topic is locked

Advance search preset value

4/25/2012 1:24:51 AM
PHPRunner General questions
J
Jeroef author

Does anyone have code sample for presetting a radio button search value in advance search?

I have a radio button with value "Signed" to it and i need it checked after AS page was loaded.
/Regards

C
cgphp 4/29/2012
$('input:radio[id="id_of_the_radio_button"]').attr('checked', 'checked');