$('.table tr').each((index, el) => {
const firstTd = $(el).find('.cat').children("option:selected").val();
if (firstTd === 13) {
console.log("есть 13");
}
})