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 class="name">bs</div>
margin-right を 30px に設定。どうすれば10pxに変更できますか?
(reference to your div).style.marginRight = 10+'px';
スタイルをインラインで適用するのは好きではありません。ユーティリティクラスを追加します。
$("element_id").addClass("utilityClassname");