Good day.
Tell me how to write the correct condition for selectorName: there is a table, if it contains 50% of the information, then paint it in white.
$(document).ajaxComplete(function() { var raws = $("[data-tr-classes=' realty-raw ']"); $.each(raws, function (index, value) { if ($(value).parent().parent().find('сюда нужно вставить наш selectorName') { $(this).parent().parent().css('background-color', '#FFF'); } }); });