Bug IE 8 & Ajax loading
Bug IE 8 & Ajax loading
LaurentC
Posts: 2Questions: 0Answers: 0
Hi,
I built a Web application based on jQuery 1.4.2.
using Ajax, I load a file php with datatable in a Div. If I want to load other content in this Div, I get an error in IE 8
"Events is null or is not an object."
line 4207 in jquery-1.4.2.js
I think the problem is the destruction of the datatable but I'm a French Newbee...
Thank's
I built a Web application based on jQuery 1.4.2.
using Ajax, I load a file php with datatable in a Div. If I want to load other content in this Div, I get an error in IE 8
"Events is null or is not an object."
line 4207 in jquery-1.4.2.js
I think the problem is the destruction of the datatable but I'm a French Newbee...
Thank's
This discussion has been closed.
Replies
cbalm
I found in the forum that you should remove the option Scroll (eg sScrollY). It work with IE but it's not perfect ;)
Alan work on it already
Thank's