これが私のコードです。スワイプはドキュメント内の任意の場所を対象とし、クリックは 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);
});