[jQuery] Re: Jquery Problem in IE 6

2008-09-07 Thread µseless
Sorry, i didnt realize that i was writing in spanish. Here is the traduction: I had a trhouble with the .html() method, it seems to dont perform successfully the append of

[jQuery] Re: Jquery Problem in IE 6

2008-09-07 Thread Jani
Hi, i used .html(), but IE6 is crashed. i found the solution: The problem with expression in css (max-height hack for IE): JS: $("#chat_userlist").html(out); // here chrashed CSS: #chat_userlist .u .p img{ width: 100%; height: auto; max-height:40px; _height:expression( this.scrollHeight

[jQuery] Re: Jquery Problem in IE 6

2008-09-06 Thread kara swisher
sarah palin http://www.gpirate.com/search?q=sarah+palin 2008/9/6 µseless <[EMAIL PROTECTED]> > > tube un problema similar con el .html(), cuando metia codigo > javascript dentro del contenido me tiraba errores. > Estaba usando la version 1.2.3, la version 1.2.6 no la podia usar > porque me traia

[jQuery] Re: Jquery Problem in IE 6

2008-09-06 Thread µseless
tube un problema similar con el .html(), cuando metia codigo javascript dentro del contenido me tiraba errores. Estaba usando la version 1.2.3, la version 1.2.6 no la podia usar porque me traia conflictos que no pude solucionar con Prototype. Finalmente termine debugeando la version 1.2.3 de jQuer

[jQuery] Re: Jquery Problem in IE 6

2008-08-31 Thread Mike Alsup
> I have the same problem in IE. The .html() it's not working. > > On Aug 30, 12:39 pm, Scott González <[EMAIL PROTECTED]> wrote: > > > Have you verified that the HTML you're trying to add is valid? > > > On Aug 27, 12:18 pm, Kusmayadi <[EMAIL PROTECTED]> wrote: > > > > I have the same problem too

[jQuery] Re: Jquery Problem in IE 6

2008-08-31 Thread marcoshernandez
I have the same problem in IE. The .html() it's not working. On Aug 30, 12:39 pm, Scott González <[EMAIL PROTECTED]> wrote: > Have you verified that the HTML you're trying to add is valid? > > On Aug 27, 12:18 pm, Kusmayadi <[EMAIL PROTECTED]> wrote: > > > I have the same problem too ... I use jQ

[jQuery] Re: Jquery Problem in IE 6

2008-08-30 Thread Scott González
Have you verified that the HTML you're trying to add is valid? On Aug 27, 12:18 pm, Kusmayadi <[EMAIL PROTECTED]> wrote: > I have the same problem too ... I use jQuery 1.2.6. > > This script doesn't work on IE 6: > > > >         $(document).ready(function() { >                 $.ajax({ >        

[jQuery] Re: Jquery Problem in IE 6

2008-08-27 Thread Kusmayadi
I have the same problem too ... I use jQuery 1.2.6. This script doesn't work on IE 6: $(document).ready(function() { $.ajax({ type: "POST", url: "someurl.php", dataType: "html",