In ie8 i am facing the problem in popup due to this line in jquery v1.8.3
this.insertBefore( elem, this.firstChild );
Here is the function
prepend: function() {
return this.domManip(arguments, true, function( elem ) {
if ( this.nodeType === 1 || this.nodeType === 11 ) {
this.insertBefore( elem, this.firstChild );
}
});
here is the screenshot of error.
thanx in advance