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.
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.