查看错误:http: //jsfiddle.net/sEdGz/2/
//脚本工作,但点击的收音机没有检查=检查 //mysql 和 php 工作正常
$('#form1').live("click change", function() { ....
<div class='divtoclick'>neu berechnen</div>
<form id="form1" method="post" name="bestellformular">
<input value="101" name="flyer_anzahl" type="radio" /> 1.000
<input name="flyer_anzahl" type="radio" value="102" checked="checked"/>
...
我想得到这个:
$('#form1').find('.divtoclick').live("click", .....
$('input#form1').live("change", .....
有谁能够帮助我?谢谢