[jQuery] Toggle Event Not Working in Safari

2008-09-11 Thread btwilkins
In Safari, the toggle event is skipping a function. Here's an example of what it's doing: [code] $("a").toggle( function () { $(this).css({"list-style-type":"disc", "color":"green"}); }, function () { $(this).css({"list-style-type":"disc", "color":"red"}); }, function ()

[jQuery] Title attribute breaks the hover event?

2008-08-21 Thread btwilkins
I'm stumped... I've got a hover event on a UL and it works perfectly, except when I add a title attribute to an image inside that UL. When the tooltip from the title attribute pops up, it reads it as you've hovered off the UL. When I take the title attribute off, it works fine. Any ideas on what's