I have
select something something 1
If you don't want to use the first option (in case the field is hidden or something) then the following jQuery code is enough:
$(document).ready(function(){ $('#but').click(function(){ $('#baba').val(false); }) });
select something something 1 something 2