码迷,mamicode.com
首页 > 移动开发 > 详细

手机估值计算的jquery代码

时间:2015-01-19 20:30:05      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:

<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>

  

手机估值计算的jquery代码

标签:

原文地址:http://www.cnblogs.com/bushe/p/4234486.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!