标签: javascript jquery internet-explorer-8
我的应用程序中有以下代码
HTML:
<div class="sticky-anchor"></div>
JS:
var offsetValue =$('.sticky-anchor').offset();
在ie8中,offsetValue始终为null,代码在其他浏览器中运行良好。