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
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
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
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
> 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 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
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({
>
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",
8 matches
Mail list logo