top of page
const keyPressableInputs = [ "#input27", "#input28" ]; keyPressableInputs.forEach(selector => { $w(selector).onKeyPress((event) => { if (event.key === "Enter") { filterListings(); } else if (event.key === "Escape") { clearFilters(); } }); });
Pagal pasirinktus kriterijus neradome tinkamų patalpų. Pabandykite išplėsti kriterijus.
bottom of page