Unsere Fahrzeuge
/gi, ”);
if (data.length > 0)
{
if (ContentLocationInDOM && ContentLocationInDOM != null && ContentLocationInDOM != “null”)
{
$(‘#queryResultContainer’).html($(ContentLocationInDOM, data));
}
else
{
$(‘#queryResultContainer’).html(data);
}
}
}
});
}