JQuery 1.8.3 body.append() not working in IE 6.0 and above
I have used jquery-1.8.3.js package for appending a table to body. It works good in Mozilla Firefox and Google Chrome >> But Not in IE 6.0 and above >> API used is body.append({ta ble content}). Following is my jquery script which gets executed on window scroll. Please put some light on this
Code:
$(window).scroll(function () {
var yOffset = window.pageYOffset;
var appendVal;