这是我的代码。滑动用于文档中的任何位置,单击用于关闭 img,但它们执行相同的代码。有什么建议吗?这不是什么大不了的事,但如果可以的话,我想要更小、更干净的代码。这是一个模态类型的窗口。
$(document).on("click", "#close", function () {
ttl.html(docTitle + air);
window.history.pushState({}, docTitle + air, docURL);
}).on("swipeleft swiperight", function () {
ttl.html(docTitle + air);
window.history.pushState({}, docTitle + air, docURL);
});