safri锚点问题

master
赵鹏 1 year ago
parent 012980f612
commit 9e0e5235c8

@ -289,6 +289,11 @@
} }
}); });
$(".inquirybutton").click(function(e){
const element = document.getElementById("inquirybutton");
element.scrollIntoView({ behavior: 'smooth' });
})
}) })
function CheckSubmit(){ function CheckSubmit(){

Loading…
Cancel
Save