From 9e0e5235c81a95923d061672c996eb0c97f978ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Tue, 30 Apr 2024 11:57:51 +0800 Subject: [PATCH] =?UTF-8?q?safri=E9=94=9A=E7=82=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ch-daytours-detail.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/application/views/mobile_first/ch-daytours-detail.php b/application/views/mobile_first/ch-daytours-detail.php index 8a234c3a..a0f4223f 100644 --- a/application/views/mobile_first/ch-daytours-detail.php +++ b/application/views/mobile_first/ch-daytours-detail.php @@ -289,6 +289,11 @@ } }); + $(".inquirybutton").click(function(e){ + const element = document.getElementById("inquirybutton"); + element.scrollIntoView({ behavior: 'smooth' }); + }) + }) function CheckSubmit(){