http://gomoxy.com/una/edmontonautoloans/credit-application.php
我的jQuery代码:
$("#callback_toggle").is(':checked')){
$("#txthiden").hide();
}else{
$("#txthiden").show();
}
当我选中复选框时,我想隐藏txthiden
div 中的内容。反之亦然。默认状态是未选中。并且txthiden
div 中的内容正在显示。为什么我的代码不起作用。谢谢你。