���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/oladi/code/admin/menus/ |
<div class="card"> <div class="card-header"> Danh sách menu <div class="card-tools"><i class="fa fa-plus"></i> Thêm mới menu</div> </div> <div class="card-body"> <ul id="tree"> <li> <label> <input type="checkbox" /> Level 1 - 1</label> </li> <li> <label> <input type="checkbox" /> Level 1 - 2</label> <ul> <li> <label> <input type="checkbox" /> Level 2 - 1</label> <ul> <li> <label> <input type="checkbox" /> Level 3 - 1</label> </li> <li> <label> <input type="checkbox" /> Level 3 - 2</label> <ul> <li> <label> <input type="checkbox" /> Level 4 - 1</label> </li> </ul> </li> </ul> </li> </ul> <li> <label> <input type="checkbox" /> Level 1 - 3</label> </li> <li> <label> <input type="checkbox" /> Level 1 - 4</label> </li> </li> </ul> </div> </div> <script> $('#tree').checktree(); </script>