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.
我正在使用slidedToggle隐藏和显示一个 div:
<div id="s">salam</div>
我希望 div, s, 默认关闭。我该怎么做呢?
s
像这样 -
<div id="s" style='display:none;'>salam</div>