我想在右边有一个菜单,在左边有一个。在这个()的帮助下,我尝试在左边做一个菜单,在右边做另一个菜单。
我得出了这个结果
$(document).ready(function() {
// only small screens
if ($(window).width() <= 1600) {
// show menu on swipe to right
$(document).on('swiperight', function(e) {
e.preventDefault();
$('#menu').anim