課程
/前端開發
/JavaScript
/JavaScript入門篇
我的代碼段是寫進去所有初始的樣式(css里的),有沒有簡單的方法?
2016-04-06
源自:JavaScript入門篇 4-1
正在回答
你定義函數的時候賦值就初始化函數了呀,css中是不存在函數的
蒼白的尾巴 提問者
removeAttribute('style')可以直接移除所有style屬性
感覺你剛講的和這個很像,js里的removeAttribute()方法可以刪除初始屬性~
code如下:
//定義"取消設置"的函數
? ? function cancle(){
if(confirm("是否繼續?")){
? ? ? ? // txt.style.width="600px";
? ? ? ? // txt.style.heightr="400px";
? ? ? ? // txt.style.color="#000";
? ? ? ? // txt.style.background="#fff";
? ? ? ? txt.removeAttribute("style");
? ? }
我的代碼段是寫進去所有初始的樣式(css里的)?能說的更通俗一些么?
這不是更長嗎?還是要把每一個都要恢復設置。有沒有更簡單的方法?
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,p { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
舉報
JavaScript做為一名Web工程師的必備技術,本教程讓您快速入門
2 回答創建清除函數時一定要創建指定的函數嗎?
2 回答取消設置的函數怎么寫?
1 回答刪除重復選項
3 回答”取消設置“函數怎么寫
2 回答confirm多選項怎么辦
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-04-06
你定義函數的時候賦值就初始化函數了呀,css中是不存在函數的
2016-04-06
removeAttribute('style')可以直接移除所有style屬性
2016-04-06
感覺你剛講的和這個很像,js里的removeAttribute()方法可以刪除初始屬性~
code如下:
//定義"取消設置"的函數
? ? function cancle(){
if(confirm("是否繼續?")){
? ? ? ? // txt.style.width="600px";
? ? ? ? // txt.style.heightr="400px";
? ? ? ? // txt.style.color="#000";
? ? ? ? // txt.style.background="#fff";
? ? ? ? txt.removeAttribute("style");
? ? }
? ? }
2016-04-06
我的代碼段是寫進去所有初始的樣式(css里的)?能說的更通俗一些么?
2016-04-06
這不是更長嗎?還是要把每一個都要恢復設置。有沒有更簡單的方法?
2016-04-06
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,p {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}