摘要:
<script> $(function () { $("#login").css("opacity", "0.5"); }); </script> 阅读全文
摘要:
//区号只能选子节点 $("#quhao").combotree({ onBeforeSelect: function (node) { //返回树对象 var tree = $(this).tree; //选中的节点是否为叶子节点,如果不是叶子节点,清除选中 var isLeaf = tree(' 阅读全文