$(function () { $(‘tr > td:nth-child(3) > span:contains(“Live”)’).each(function () {$(this).parent().next().addClass(“displayNONE”); });});…