It is possible to pass an additional parameter "geoloc" in the list of options.
This parameter must contain the name of the callback function that will process the geographic coordinates.
This function will be automatically called as soon as the latitude and longitude of the address being searched are available (usually as soon as the number in the channel is selected).
$('#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',
geoloc : '<NAME OF MY CALLBACK FUNCTION>'
});