[jQuery] Re: Problems with IE after a jquery load

2007-08-31 Thread danzinger
Hi Im sorry for not warning about the resize issue, (ive deleted that part of code ;P) So if i have

[jQuery] Re: Problems with IE after a jquery load

2007-08-30 Thread John Napiorkowski
--- danzinger <[EMAIL PROTECTED]> wrote: > > > Hi > > I have upload my example, you can see it here: > > http://copa.hattrickasturias.arvixe.com/test > > When you click in "Inscripcion", it loads a DIV, > with a form, in FF, when > you click in "cerrar" link of this form, the div > hides, b

[jQuery] Re: Problems with IE after a jquery load

2007-08-30 Thread danzinger
Hi I have upload my example, you can see it here: http://copa.hattrickasturias.arvixe.com/test When you click in "Inscripcion", it loads a DIV, with a form, in FF, when you click in "cerrar" link of this form, the div hides, but in IE doesnt. Anyone can help with this? Thanks dsongman wrot

[jQuery] Re: Problems with IE after a jquery load

2007-08-26 Thread dsongman
I'm having a similar problem when I call this function: frameMe : function() { alert("frameMe..."); $("#content .frame").load(function() { alert("image loaded..."); [ ...code... ] }); } Firefox gives the alert "frameMe..."

[jQuery] Re: Problems with IE after a jquery load

2007-08-26 Thread [EMAIL PROTECTED]
I have the same problem here, does someone can found a solution ?

[jQuery] Re: Problems with IE after a jquery load

2007-08-20 Thread danzinger
Hello I havent published it yet, (now im lack of my internet services thanks to my isp great job :P), but i can show you the code that causes the problems In my main page, index.php i include jquery and jquery form plugin and i have this script $(document).ready(function (){ $("#frminscri

[jQuery] Re: Problems with IE after a jquery load

2007-08-20 Thread Stephan Beal
On Aug 20, 11:27 am, danzinger <[EMAIL PROTECTED]> wrote: > So, the fadeIn works in Firefox and IE, but the fadeOut called from the > loaded php file doesnt work in IE > > Someone could help me with this? Can you post a link to an example? Based solely on the description it will be difficult gues