
Originally Posted by
jscheuer1
Fine on PC, no idea what the trouble is on IOS.
I've just checked it on the iPad and it's ok so just iPhone at fault.
This is the code that I've been playing with.
Code:
$("li:has(ul)").on({ mouseover:function()
{ $("ul", this).slideDown();
}, onmouseleave:function()
{ $("ul", this).slideUp();
}
Tomorrow I will put the original code back which will then fix this and will then explain what I'm trying to achieve etc.
Might be easier for you then to advise as opposed to fault finding.
Many thanks for your time.
Bookmarks