i don't know how to del the html lable <li> the red part, but must save "<label for="id_gender_0"><input type="radio" id="id_gender_0" value="1" name="gender" /> 1</label>".
<li><label for="id_gender_0"><input type="radio" id="id_gender_0" value="1" name="gender" /> 1</label></li> <li><label for="id_gender_1"><input type="radio" id="id_gender_1" value="0 name="gender" /> 0</label></li> after js running, change the html to display by "<label for="id_gender_0"><input type="radio" id="id_gender_0" value="1" name="gender" /> 1</label>" -- cowboy -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

