真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Layui如何實(shí)現(xiàn)tree下拉菜單樹(shù)

這篇文章主要為大家展示了“Layui如何實(shí)現(xiàn)tree下拉菜單樹(shù)”,內(nèi)容簡(jiǎn)而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領(lǐng)大家一起研究并學(xué)習(xí)一下“Layui如何實(shí)現(xiàn)tree下拉菜單樹(shù)”這篇文章吧。

創(chuàng)新互聯(lián)公司自2013年創(chuàng)立以來(lái),是專業(yè)互聯(lián)網(wǎng)技術(shù)服務(wù)公司,擁有項(xiàng)目成都做網(wǎng)站、成都網(wǎng)站設(shè)計(jì)網(wǎng)站策劃,項(xiàng)目實(shí)施與項(xiàng)目整合能力。我們以讓每一個(gè)夢(mèng)想脫穎而出為使命,1280元鎮(zhèn)江做網(wǎng)站,已為上家服務(wù),為鎮(zhèn)江各地企業(yè)和個(gè)人服務(wù),聯(lián)系電話:18982081108

1.效果:

Layui如何實(shí)現(xiàn)tree下拉菜單樹(shù)

2.html 代碼:




 
 layui
 
 
 
 
 
 
 .downpanel .layui-select-title span {
  line-height: 38px;
 }

 /*繼承父類顏色*/
 .downpanel dl dd:hover {
  background-color: inherit;
 }
 
 
 body {
  height: 100%;
  width: 100%;
  background-size: cover;
  margin: 0 auto;
 }
 td {
  font-size: 12px !important;
 }

 .layui-form-checkbox span {
  height: 30px;
 }
 .layui-field-title {
  border-top: 1px solid white;
 }
 table {
  width: 100% !important;
 }

 




 
 文章欄目
 
  
  
   選擇欄目
   
   
  
      
       
     
 
   layui.use(['element', 'tree', 'layer', 'form', 'upload'], function () {  var $ = layui.jquery, tree = layui.tree;  tree({   elem: "#classtree"   ,   nodes: [{   name: '常用文件夾',   id: 1,   alias: 'changyong',   children: [{name: '所有未讀', id: 11, href: 'http://www.layui.com/', alias: 'weidu'}, {    name: '置頂郵件',    id: 12   }, {name: '標(biāo)簽郵件', id: 13}]   }, {   name: '我的郵箱',   id: 2,   spread: true,   children: [{    name: 'QQ郵箱',    id: 21,    spread: true,    children: [{    name: '收件箱',    id: 211,    children: [{name: '所有未讀', id: 2111}, {name: '置頂郵件', id: 2112}, {name: '標(biāo)簽郵件', id: 2113}]    }, {name: '已發(fā)出的郵件', id: 212}, {name: '垃圾郵件', id: 213}]   }, {    name: '阿里云郵',    id: 22,    children: [{name: '收件箱', id: 221}, {name: '已發(fā)出的郵件', id: 222}, {name: '垃圾郵件', id: 223}]   }]   }]   ,   click: function (node) {   var $select = $($(this)[0].elem).parents(".layui-form-select");   $select.removeClass("layui-form-selected").find(".layui-select-title span").html(node.name).end().find("input:hidden[name='selectID']").val(node.id);   }  });  $(".downpanel").on("click", ".layui-select-title", function (e) {   $(".layui-form-select").not($(this).parents(".layui-form-select")).removeClass("layui-form-selected");   $(this).parents(".downpanel").toggleClass("layui-form-selected");   layui.stope(e);  }).on("click", "dl i", function (e) {   layui.stope(e);  });  $(document).on("click", function (e) {   $(".layui-form-select").removeClass("layui-form-selected");  });  });

以上是“Layui如何實(shí)現(xiàn)tree下拉菜單樹(shù)”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!


本文名稱:Layui如何實(shí)現(xiàn)tree下拉菜單樹(shù)
鏈接分享:http://weahome.cn/article/gpcgss.html

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部