This is an issue I seem to keep coming across. If for example I have a drop down navigation menu using a jQuery hover()
function and I quickly move my mouse cursor over then off the <li>
about 10 times, the subnavigation will appear, then disappear 10 times.
Is there any way to prevent this issue from occuring?
Thanks