jquery 設置button可用不可用以及隱藏和顯示

$("#btn").hide(); $('#btn').attr('disabled',"true"); $("#btn").show(); $('#btn').removeAttr("disabled");
相關文章
相關標籤/搜索