j(‘href’).css(‘color’, ‘white’);
j(‘p:contains(“Times”)’).css(‘backgroundColor’, ‘yellow’);
j(‘.story-body’).css(‘border’, ‘3px solid red’);
j(‘href’).css(‘color’, ‘white’);
j(‘p:contains(“Times”)’).css(‘backgroundColor’, ‘yellow’);
j(‘.story-body’).css(‘border’, ‘3px solid red’);