BootStrap中按鈕點擊后被禁用按鈕的最佳實現方法 //禁用button $( 'button' ).addClass( 'disabled' ); // Disables visually $( 'button' ...