combotree
            <input type="checkbox" ></input>
              <input  />
 
        $("#ckMonitor").click(function () {
                var Isck = $("#ckMonitor").attr("checked");
                if (Isck == "checked") {
              //启用
                    $("#ProfessionMonitoring").combotree('enable');
                }
                else {
              //禁用
                    $("#ProfessionMonitoring").combotree('disable');
          }
            });
 
 
datebox()
        //启用
        $("#DraStartTime").datebox("enable");
        //禁用
        $("#DraEndTime").datebox("disable");

 

相关文章:

  • 2021-08-14
  • 2021-06-25
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
猜你喜欢
  • 2021-06-17
  • 2021-12-09
  • 2022-02-05
  • 2022-12-23
  • 2021-06-01
  • 2021-07-12
  • 2022-12-23
相关资源
相似解决方案