标签: javascript
我在打开手风琴链接的顶部标题中有html链接,但现在我想让其中一个关闭它们。我需要添加什么来添加到js?
http://imip.rvadv.com/index2.html
答案 0 :(得分:0)
让我们说你想隐藏所有点击有家的家。您需要添加以下代码
$("#home").click(function(){ $(".st-open a").click(); $(window).scrollTop(0); // Added for scrolling top })