Hi, I'm having an issue using slideToggle to show/hide dropdown menus (jQuery 1.3.2). Basically the magic happens here:
$('.articleMenuPopup', $(this).parent()).slideToggle('fast'); Which works fine in every browser except Safari 2...in S2 the menu opens up then just immediately closes again. If I put something in the slideToggle callback, the menu opens then closes then calls the callback. Is there some known issue with S2 (I mean ANOTHER issue with S2 :P)/is this something someone's dealt with before?