Похожие чаты

Why am not getting the correct values instead getting the

matched than non mathed?```
rowCallback: function( row, data ) {
let matches = 0;
for (var i = 0; i < job_title.length; i += 1) {
if (data.job_title.indexOf(job_title[i]) == -1) {
matches++;
}else{
$(row).css({
'background-color': '#dff0d8'
});
}
}
}
```

1 ответов

5 просмотров

Idk what you mean

Похожие вопросы

Обсуждают сегодня

Карта сайта