评论:jQuery树型选择插件leg_tree2.1(原创)  [查看原文]

所属分类:输入,导航-选择框,文件树

 24390  209  9
当前第1页 / 共1页
    太阳在哭0
    2021/11/8 11:11:00
    怎么选择框是通过哪个控制的呢?就是不要单选框的 回复
    ? ??0
    2020/7/24 15:41:29
    没有获取name的方法,能搞个不?
        ? ??0
        2020/7/27 9:11:24
        ????
    回复
    平平淡淡 才能细水长流0
    2020/5/27 18:09:03

    页面中如果右其他的input就会报错。

    $.each($("input"), function() {
        if (this.getAttribute('data-show') == 'false') {
            $(this).parent().find("ul").hide();
            if ($(this).parent().find("ul").length > 0) {
                $(this).prev()[0].setAttribute("style", 'transform:rotate(-90deg)');
            } else {
                $(this).prev()[0].setAttribute("style", 'opacity: 0;');
            }
        } else {
            $(this).parent().find("ul").show();
            if ($(this).parent().find("ul").length > 0) {
                $(this).prev()[0].setAttribute("style", 'transform:rotate(0deg)'); // 这里报错
            } else {
                $(this).prev()[0].setAttribute("style", 'opacity: 0;'); // 这里报错
            }
        }
    });
        Lucky8Guy0
        2020/6/3 17:01:43
        之前改了,上传比较麻烦
        源码在 https://gitee.com/Lucky8Guy/LEG/tree/master/my-tree
    回复
    somnus-candy0
    2020/3/13 17:07:54
    可以默认全部选中吗? 回复
    China丶SuperMan″0
    2020/2/17 22:58:34
    一定要弄成data那样的结构吗?名字也不能改吗? 回复
    junyi5d0
    2020/1/13 16:13:18
    样式没调好,选中和未选中状态的上下会偏移
        Lucky8Guy0
        2020/1/15 10:01:32
        收到已改
    回复

讨论这个项目(9)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

取消回复