Analytics

2014年6月16日 星期一

[jQuery]使用 attr屬性 關閉/啟用 Button (Use attr property Close / Enable Button)


問題
使用 attr屬性 關閉/啟用 Button



解決方法
$("#buttonID").attr("disabled", false);
$("#buttonID").attr("disabled", true);

沒有留言:

熱門文章