select disabled 처리

[select box]

 

$('#selectid').attr('disabled', 'true');

 

//해제시

$('#selectid').attr('disabled', '');