So on load I am getting errors in the unload events:
el.unload = function() {
this.parentNode.parentNode.appendChild(this);
this.parentNode.removeChild(this.left);
this.parentNode.removeChild(this.right);
this.parentNode.removeChild(this.dummy);
this.className = this.oldClassName;
}
in the parentNode.removeChild its throwing an invalid argument exception I checked the object in the IE debugger and it looks like there is an object there. Not sure exactly why this is breaking but it does work in IE 9. If you need more code html/js let me know. I am also running this side by side with the latest version of jquery UI as well as Jquery.
So on load I am getting errors in the unload events:
el.unload = function() {
this.parentNode.parentNode.appendChild(this);
this.parentNode.removeChild(this.left);
this.parentNode.removeChild(this.right);
this.parentNode.removeChild(this.dummy);
this.className = this.oldClassName;
}
in the parentNode.removeChild its throwing an invalid argument exception I checked the object in the IE debugger and it looks like there is an object there. Not sure exactly why this is breaking but it does work in IE 9. If you need more code html/js let me know. I am also running this side by side with the latest version of jquery UI as well as Jquery.