2022 粤港澳大湾区信息技术应用创新展

Information Technology Application Innovation Expo

2022年9月15-17日 深圳·会展中心(福田)

2022 粤港澳大湾区信息技术应用创新展
Information Technology Application Innovation Expo
$(document).ready(function() { $("#p1").click(function() { $("html, body").animate({ scrollTop: $("#div1").offset().top }, {duration: 500,easing: "swing"}); return false; }); $("#p2").click(function() { $("html, body").animate({ scrollTop: $("#div2").offset().top }, {duration: 500,easing: "swing"}); return false; }); $("#p3").click(function() { $("html, body").animate({ scrollTop: $("#div3").offset().top }, {duration: 500,easing: "swing"}); return false; }); $("#p4").click(function() { $("html, body").animate({ scrollTop: $("#div4").offset().top }, {duration: 500,easing: "swing"}); return false; }); });