[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] Waiting for applet to be loaded

2008-06-27 Thread Jani Tiainen
I've applet on my page and I would like to chain ready() (or do it otherwise) to wait for applet to be ready. Now page is considered ready when applet starts to load classes. And I end up having errors when my ready() code points to applet methods. I tried to google for solutions but I couldn't f