<div class="test" style="position:absolute; font-size: 12; right:400px; top:100px;"><p>Hello</p></div>
<div class="test" style="position:absolute; font-size: 14; right:200px; top:140px;"><p>Hello</p></div>
我想做类似的事情
var positionvalue= $('.test'). get value where position is exist inside style attribute
var topvalue= $('.test'). get value where top is exist inside style attribute.
有没有简单的方法可以通过 jquery 来完成这个?
这意味着无需将样式读入变量,然后拆分为数组数组,循环通过比较属性键来获取值。