[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 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-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] Problems with IE after a jquery load

2007-08-20 Thread danzinger
Hello I have some problems with the behaviour of IE 6, the code i wrote works ok in Firefox. I have an initial php that calls a load of another php file into a div when dom is loaded. All Ok. Inside this second php file, which is loaded in the div, i have more