<?php JsBlock::begin() ?> <script> $(document).ready(function(){ $(".field-pointsmall-group_id").hide(); var type = $("#pointsmall-goods_type").val(); if(type == 4){ $(".field-pointsmall-goods_name").hide(); $(".field-pointsmall-goods_desc").hide(); $(".field-pointsmall-price").hide(); $(".field-pointsmall-stock").hide(); $(".field-pointsmall-recv_per_user").hide(); $(".field-pointsmall-group_id").show(); }else{ $(".field-pointsmall-goods_name").show(); $(".field-pointsmall-goods_desc").show(); $(".field-pointsmall-price").show(); $(".field-pointsmall-stock").show(); $(".field-pointsmall-recv_per_user").show(); $(".field-pointsmall-group_id").hide(); } $("#pointsmall-goods_type").change(function(){ var type = $("#pointsmall-goods_type").val(); if(type == 4){ $(".field-pointsmall-goods_name").hide(); $(".field-pointsmall-goods_desc").hide(); $(".field-pointsmall-price").hide(); $(".field-pointsmall-stock").hide(); $(".field-pointsmall-recv_per_user").hide(); $(".field-pointsmall-group_id").show(); }else{ $(".field-pointsmall-goods_name").show(); $(".field-pointsmall-goods_desc").show(); $(".field-pointsmall-price").show(); $(".field-pointsmall-stock").show(); $(".field-pointsmall-recv_per_user").show(); $(".field-pointsmall-group_id").hide(); } }) }); </script> <?php JsBlock::end() ?>
wxapp后台表单js简略总结示例(点击下拉框的一些改变)
最新推荐文章于 2024-04-21 10:05:58 发布