Jquery-ajax parse xml and set radiobutton

Posted by haltman on Stack Overflow See other posts from Stack Overflow or by haltman
Published on 2010-05-24T17:25:13Z Indexed on 2010/05/24 17:31 UTC
Read the original article Hit count: 303

Filed under:
|
|

hi everybody, I've a form with some radio button like this:

<input type="radio" name="leva" value="a"><input type="radio" name="leva" value="b">

with ajax post method I receive value of the radio. The question is how can I set correct radio value to checked?

thanks in advance ciao h.

© Stack Overflow or respective owner

Related posts about Xml

Related posts about jquery-ajax