This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Show slow not working iphone IOS #8669
Open
Description
Good morning everyone. Why does this code below work on the browser, android, but does not work on IOS?
$(document).ready(function() {
$("#menuIco").on("click touchstart", function() {
if ($('#menuNav').is(':hidden')) {
$('#menuNav').show('slide', {direction: 'left'}, 400);
} else {
$('#menuNav').hide('slide', {direction: 'left'}, 400);
}
});
});
Metadata
Metadata
Assignees
Labels
No labels