<script>
var countryId = "{$user['country']}";
$("select[@name='country'] option[value='" + countryId + "']").attr('selected','selected');
</script>

05-11 04:08