使用 html:
<a class="jslider-pointer" href="#" style="left: 50%;"></a>
我使用 jquery api css() 来获取 left 属性的值:
$('.jslider-pointer').first().css('left')
它在 chrome 中运行良好,返回 50%。但它在 Firefox 中不起作用。它在 Firefox 中返回 150px。
有谁知道它为什么会发生,我怎样才能在 Firefox(一种跨不同浏览器工作的方法)中获得正确的价值?
谢谢