标签: jquery css
我可以在ems而不是px中获得元素css距离值吗?
#pointer{ height:1em; border:1px solid black; width:1em; position:relative; top:15em; } top = $('#pointer').css('top'); >> top = 15
谢谢:)
答案 0 :(得分:3)
You can use this jquery plugin :)