This is what I have currently:
$(\"#cart-summary\").mouseenter(function () { $(\'.flycart\').delay(500).slideDown(\'fast\'); }); $(\".flycart\").mouseleave(f
Sounds like you might need the HoverIntent plugin.
I don't know if it'll help you with the mouseout ATLEAST 500ms though. But maybe there's an option in there for that.