$(function(){ $(document).on(‘touchmove‘, function (e) { e.preventDefault(); }); $(‘.dish_list‘) .on(‘touchmove‘, function (e) { e.stopPropagation(); }); });
2023-11-10 08:16:52
$(function(){ $(document).on(‘touchmove‘, function (e) { e.preventDefault(); }); $(‘.dish_list‘) .on(‘touchmove‘, function (e) { e.stopPropagation(); }); });