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.
我正在使用可排序,我需要删除 margin-right 而不仅仅是将其保留为 0。如果您使用 margin-right 0 来排序,我会遇到问题。默认情况下,他通过 jquery 赢得保证金。所以没有使用类改变,也不能使用remove.attr("style"),因为会删除所有的CSS。
$('selector').css('margin-right', '');