当前位置:  开发笔记 > 编程语言 > 正文

获取DOM元素的所有CSS样式(la Firebug)

如何解决《获取DOM元素的所有CSS样式(laFirebug)》经验,为你挑选了1个好方法。

对于DOM元素,如何获取css中为特定元素指定的所有样式?这是迭代所有CSS样式名称的情况吗?

还是有更优雅的方式?Firebug是如何做到的?

谢谢



1> NoBugs..:

您应该能够使用getComputedStyle获取它:

var css = window.getComputedStyle(element);
for (var i=0; i\n'
                    +"已关注")
            }else if(response=="0"){
                tips('已取消关注!')
                $("#follow_bt").html('\n' +
                    "关注作者")
            }else if(response=="-2"){
                tips("请先登录!")
            }else{
                tips("关注失败!")
            }
        });
        
    }

    function like(sid) {

        var myDate = new Date();
        $.get("/blog/article/like?sid="+sid+"&stime="+myDate.getMilliseconds(),null,function(response){
            if(response!="-1"){
                $("#like_num").html(response+"赞")
            }else{
                tips("关注失败!")
            }
        });

    }




DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有