$('#id_form').dqe({
server : 'classes/dqe.php',
zip : '#id_zip',
city : '#id_city',
street : '#id_street',
number : '#id_number',
compl : '#id_compl',
local : '#id_local',
city_search : 1
});
The "city_search" parameter allows when provided and equal to 1 to search for a postal code from the desired city. Simply enter a few characters in the city field and select the desired city and the postal code will be automatically entered.