|
@@ -182,5 +182,14 @@
|
|
|
function setFooter(){
|
|
|
$("#footer").load("https://www.cqna.gov.cn/ggbf_search/ggyr/2022foot/foot.html")
|
|
|
}
|
|
|
+ //文化旅游菜单切换
|
|
|
+ function thisMonth() {
|
|
|
+ $('.cumulat').removeClass('click');
|
|
|
+ $('.thisMonth').addClass('click');
|
|
|
+ }
|
|
|
+ function cumulat() {
|
|
|
+ $('.cumulat').addClass('click');
|
|
|
+ $('.thisMonth').removeClass('click');
|
|
|
+ }
|
|
|
</script>
|
|
|
</html>
|