$("select").uniform();
$("select").attr('disabled', 'disabled').uniform();
$("select").append($('<option>') .text('sth') .uniform();