Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
トップヘッダーにアコーディオンリンクを開くhtmlリンクがありますが、そのうちの1つですべてを閉じたいと思います。js に何を追加する必要がありますか?
http://imip.rvadv.com/index2.html
id home を持つホームのクリックですべてを非表示にしたいとしましょう。次のコードを追加する必要があります
$("#home").click(function(){ $(".st-open a").click(); $(window).scrollTop(0); // Added for scrolling top })