开发者

jquery css values in ems rathen than px?

开发者 https://www.devze.com 2023-02-08 12:29 出处:网络
can i get an elements css distance values in ems rather than px? #pointer{ height:1em; b开发者_Go百科order:1px solid black;

can i get an elements css distance values in ems rather than px?

    #pointer{
        height:1em;
        b开发者_Go百科order:1px solid black;
        width:1em;
        position:relative;
        top:15em;
    }

top = $('#pointer').css('top');

>> top = 15

Thanks :)


You can use this jquery plugin :)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号