To disable the selected option from select input element, following piece of code can be used,. $("#selectid option:selected").attr('disabled',' ...
確定! 回上一頁