$(function(){   
    $("#ciudad").change(function(){
        $("#form-code").submit();
    });
});
