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(){