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.
是否有一种方法(我假设在 jQuery 中)可以“重置”元素 - 将 a 恢复div到它开始时的状态,而不重新加载页面?我有一些关于子元素的动画,编写一个反转它们的函数会非常费力。
div
div 使用data()属性存储状态并在需要时保持。
前任:
$("divId").attr("AtSomePoint", "ThisisTheClass");
移除受影响元素的style属性。
style
$("#divId").removeAttr("style")