[jQuery] How to bind a hover event?

2007-03-14 Thread Daniel Hofstetter
-- Daniel Hofstetter http://cakebaker.42dh.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] How to bind a hover event?

2007-03-14 Thread Daniel Hofstetter
David Dexter wrote: Can't you just use the hover function? $(this).hover(functionA,functionB); Yes, you are right, that works fine. It seems I was a bit confused... Thanks for the heads up. -- Daniel Hofstetter http://cakebaker.42dh.com

[jQuery] appendTo() crashes Konqueror

2007-03-03 Thread Daniel Hofstetter
');*/ }); }); }); It works fine in Firefox2. But it crashes Konqueror when the appendTo() function is called... Am I doing something wrong (I am rather new to jquery), or is it a bug in Konqueror/jquery? Does someone know a workaround for this problem? Thanks, daniel -- Daniel