Thread: Dear IE7
View Single Post
Old 02-17-2009, 10:45 PM  
mrkris
Confirmed User
 
Join Date: May 2005
Posts: 2,737
Quote:
Originally Posted by woj View Post
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote