我正在尋找一種方法來用jQuery添加任意數量的margin。 它應該是這樣的:創建一個jQuery Margin加法器類
<div class="mr5">Add this text margin-right = 5px</div>
<div class="ml15">Add this text margin-left = 15px</div>
<div class="mt6">Add this text margin-top = 6px</div>
<div class="mb4">Add this text margin-bottom = 4px</div>
等..
<div class="m4">Add this text margin = 4px</div>
<div class="p4">Add this text padding = 4px</div>
...
是否有可能創造jQuery代碼來做到這一點? 也許這樣做是爲了填充。
理念:它可以在啓動時使用過,像添加自動填充,利潤率甚至與fs18
font-size
增加字體大小:18像素
感謝
怎麼樣使用jQuery'的.css()'例如'$( 「MR5 」)的CSS(「 保證金權 」:「 爲5px」)。'?見http://www.w3schools.com/jquery/jquery_css.asp。 –
感謝Mirabilis但是,我只是想創建一個自動代碼來添加任何數字的任何保證金... –
我不知道你的意思是什麼。闡述? –