RE: [SPAM]: [jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Rick Faircloth
neral":http://jsbin.com/uvuji, > > then have a look at the code source and see if it might > > be useful. > > > > Rick > > > > > > > > > -Original Message- > > > From: jquery-en@googlegroups.com [mailto:jquery...@google

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Charlie22
oing. > > > > > In your code (wherever would be appropriate), try > > > > $('#general').css({'display':'block'}) > > > > and see what happens.  Since you're using an AJAX call to > > > > replace your original content, be s

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Rick Faircloth
rom: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > Behalf Of Charlie22 > Sent: Tuesday, January 20, 2009 5:31 PM > To: jQuery (English) > Subject: [jQuery] Re: Content loading with AJAX is lost in IE after click > > > ..so value isnt lost, but have other val

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Charlie22
> > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > > Behalf Of Charlie22 > > > Sent: Tuesday, January 20, 2009 1:37 PM > > > To: jQuery (English) > > > Subject: [jQuery] Re: Content loading with AJAX is lost in IE a

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Charlie22
you're using an AJAX call to > replace your original content, be sure and do this after > the AJAX call is complete. > > Rick > > > > > -Original Message- > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of Charl

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Rick Faircloth
009 1:37 PM > To: jQuery (English) > Subject: [jQuery] Re: Content loading with AJAX is lost in IE after click > > > Thx for tips Rick, > but still I have no success. IE is adding his style from reason > unknown for me and isnt respect jQuery commands. > > I tried

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Charlie22
Thx for tips Rick, but still I have no success. IE is adding his style from reason unknown for me and isnt respect jQuery commands. I tried this code: $('#'+submenu).attr('style',''); IE is generating this code always: I am really desparete from this... On 20 Led, 18:07, "Rick Faircloth"

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Rick Faircloth
Also, Charlie, if I use IE7's Developer Toolbar to change the div id="general" from display:none to display:block, all the content shows up normally, as it does in FF3. Find out what's changing the display attr to display:none and prevent that and you should be good-to-go... Rick > -Origina

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Rick Faircloth
Hi, Charlie... I'm not sure of a solution, but I did notice when I compared IE7's generated source to FF3's, that IE7 has setting of "display:none" for the first contained inside the . FF3 has that div coded like this: So, for some reason, IE7 is getting a css setting of "display:none" atta