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 jQuery y cambie en
la linea 152
esto:
head.removeChild( script );
por esto:
                        try{
                                head.removeChild( script );
                        }
                        catch(e){

                        }
y voila. fixed para ie6

Joe ha escrito:
> Dear friends,
>
> i am working in a site, in which i have used jquery scripts.
> In Jquery the .html() is not working. I used .html() to print the
> output to one div from one file.
> If i use .html() in ie6 means the site in keep on loading.....
>
> Please help me to fix the error.
>
> It is very *Urgent*

Reply via email to