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 来右对齐包含 $ 符号的 td 标记中的任何文本。任何帮助,将不胜感激。
$("table tr td:contains($)").css("text-align", "right");
-- 看演示 --