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.
divページをリロードせずに、要素を「リセット」するメソッド(私が想定しているようにjQuery)はありますか?子要素にいくつかのアニメーションがあり、それぞれを逆にする関数を書くのは非常に面倒です。
div
div with data()属性の状態を保存し、必要に応じて保持します。
元:
$("divId").attr("AtSomePoint", "ThisisTheClass");
影響を受ける要素のstyle属性を削除します。
style
$("#divId").removeAttr("style")