<button class="add_tab_v2" onclick="location.href='xxx.php';">←</button>
$(".add_tab_v2").click(function(e) {
$(".add_tab_v2").html("<img class='iconBack' src='images/loading_v2.svg'>");
document.getElementById(".add_tab_v2").disabled=true;
});
當按下去後,丟了一張圖片給button
但這樣大小會變
PS: 圖片越大,越變型
跟其他按鈕會不一樣
但我又不想限制按鈕本身的padding或寬度
因為這會因為字的多寡而也所限制....
明月笑刀无情
相关分类