Thread
:
Dear IE7
View Single Post
02-17-2009, 10:45 PM
mrkris
Confirmed User
Join Date: May 2005
Posts: 2,737
Quote:
Originally Posted by
woj
tell us how you really feel...
This failed in IE7 .. which is insane.
Code:
$('#my_div').html(data)
So I had to do:
Code:
$('#my_div').get(0).innerHTML = data;
__________________
PHP-MySQL-Rails | ICQ: 342500546
mrkris
View Public Profile
Visit mrkris's homepage!
Find More Posts by mrkris