标签:
<script type="text/javascript"> $(‘#inquiry‘).click(function(){ var total=0; var count = {$count}; var url = "__APP__?g=home&m=Index&a=calculate"; $(‘.checked input‘).each(function(){ total += parseInt($(this).val()); }); //alert(total); if($(‘.checked input‘).length == count){ location.href = url; } }); </script>
标签:
原文地址:http://www.cnblogs.com/bushe/p/4234486.html