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.
私は役に立たない解決策を探してきました。同様の解決策を見つけましたが、私の要件を満たすものは見つかりませんでした。
$ 記号を含む td タグ内のテキストを右揃えにするために、少し Jquery を使用したいと思います。どんな助けでも大歓迎です。
$("table tr td:contains($)").css("text-align", "right");
-デモを見る-