$('#ID_FORM').DQE({
SERVER : 'CLASSES/DQE.PHP',
ZIP : '#ID_ZIP',
CITY : '#ID_CITY',
STREET : '#ID_STREET'
});
In this case, the "number" parameter is not specified in the options. This means that it will be directly included in the street field. There is no "local" parameter pointing to the dependent locality either: if a dependent locality is chosen when selecting the city, it will be automatically concatenated to the name of the city.