Elinize sağlık.
Sadece bir şehir olsun, diğerleri olmasın dersek ne yapmamız gerekiyor?
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254"/>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script type="text/javascript">
$(document).ready(function havayial(f){
$('.yukleniyor').html('');
$.ajax({
type: 'POST',
data: 'ilce=adana',
url: 'hava.php',
success:function(e){
$('.hvContLeftCity').html(e);
$('.yukleniyor').hide();
}
});
});index.php dosyasındaki ilce=adana yerine istediğiniz ili valuedeki gibi yazarsanız ilk o ili çekecektir.