js 对html 选择框等一些纪要

  
$("#xxx").click(function(){ if($("input[type='checkbox']").is(':checked')){ $(".isshow").removeClass("hid") }else{ $(".isshow").addClass("hid") } }), $("#xx").change(function(){ var opt=$("#ExecStaus").val(); if(opt==="Y") { $("#xxxdiv").addClass("hid") //div id }else { $("#xxxxxxcdiv").removeClass("hid") } });

显示, 和不显示

js模版文件 循环写法

   {{if list.length>0 }}
    {{each list as TaskViolationLogInfo i}} 

 

上一篇:【OCP-12c】CUUG 071题库考试原题及答案解析(16)


下一篇:更改SYS密码,expiry_date 过期时间 没有更新,普通用户更改密码会更新