$(document).ready(function(){
$("#otopark").change(function(){
var seçilen = $('#otopark option:selected').text(); // Seçilen Value'nin YAZISINI Verir.
if (seçilen == "Şişhane") $('#adres').html("");
else if (seçilen == "Büyükçekmece") $('#adres').html("");
}
}