How to Uncheck A radio button
问题 I have two forms, one with a radio button that users must select to edit. [form name="A"] <li>[input type="radio" name="BookItem" value="1" /]</li> <li>[input type="radio" name="BookItem" value="2" /]</li> <li>[input type="radio" name="BookItem" value="3" /]</li> [form]<p> After "BookItem" is selected from form (A) I call the $("#EditFormWrapper").load("callEditData.cfm? ID="+ID); function to load the second form (B) <div id="EditFormWrapper"><div></p> <!---// begin dynamic form generated by