$("#buttonId").on("click",function(e){
e.preventDefault();
if($("#selectId").val() == "0" || $("#selectId").val() == null ){
alert("Hata!");
}
});