}
$(filters_options[i])
.filter(function () {
return this._id && this._str;
return this._id !== "" && this._str !== "";
})
.each(function () {
let optionValue =
-