1

I have following code in my application

HTML:

<div class="sticky-anchor"></div>

JS:

var offsetValue =$('.sticky-anchor').offset();

the offsetValue is always null in ie8 ,code works well in other browser.

4

0 に答える 0