GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Dear IE7 (https://gfy.com/showthread.php?t=888592)

mrkris 02-17-2009 10:05 PM

Dear IE7
 
Burn in fucking hell.

Thanks.

woj 02-17-2009 10:25 PM

tell us how you really feel...

edgeprod 02-17-2009 10:30 PM

Haven't used IE in ages, but if it's giving you problems with code display, I feel for ya!

pimplink 02-17-2009 10:32 PM

i dont like IE either. FF is much better :)

mrkris 02-17-2009 10:45 PM

Quote:

Originally Posted by woj (Post 15513759)
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;

devine 02-17-2009 11:58 PM

well, at least you still call it "dear". I hate it with all my guts, I can believe I'm taken to the point I hate a piece of software, lol :D

GrouchyAdmin 02-18-2009 12:09 AM

Dear MrKris,

Stop fellating browsers and you won't have to address them formally.

nation-x 02-18-2009 06:35 AM

It looks like you are using jquery... if you are using non alpha characters for the element name that can cause problems in IE. You may be able to avoid that issue by escaping the non alpha characters... I am just making a suggestion with no guarantees that it will work... but it seems like I had that issue before when I was using the toggle() method to show/hide table rows.

mrkris 02-18-2009 10:25 AM

Quote:

Originally Posted by nation-x (Post 15515577)
It looks like you are using jquery... if you are using non alpha characters for the element name that can cause problems in IE. You may be able to avoid that issue by escaping the non alpha characters... I am just making a suggestion with no guarantees that it will work... but it seems like I had that issue before when I was using the toggle() method to show/hide table rows.

Yeah, it's a known bug with jquery and IE7 apparently.


All times are GMT -7. The time now is 07:12 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123