text: "<div style='color:#666;margin-bottom:20px;' id='msg'>請填寫要提現的金額</div>"+ "<div>"+ "<div><input type='number' id='price' style='width:270px;display:block;margin:0 auto;color:#000' placeholder='輸入金額'></div>"+ "<input type='number' maxlength= '4' style='width:150px;display:inline-block;color:#000' id='code' placeholder='輸入四位數'/>"+ "<div id='sendBtn' class='btn code' style='margin:10px;'>發送驗證碼</div>"+ "</div>" var setSendBtn = function(enable) { if(enable) { $('#sendBut').removeAttr('disabled'); } else { $('#sendBut').attr('disabled', 'disabled'); } }; $('#sendBtn').click(){ setSendBtn(false); } 并沒沒有添加到#sendBtn 的css 不好意思,怪自己太不仔細,沒什么大問題了。都是小細節 哎……,感謝大家回答
js 拼接的html 在外部怎么加css? 急急急!
largeQ
2018-10-03 15:14:33