Dear all,
I have a document library with documents contains the documentname some abc.I want to get all the rows(items)which document name contains abc and i want to apply some style to those all items.I have used below jquery but its not working.Please help me.Thanks in advance.
$Text = $("tr .ms-alternating:contains('abc')");
$Text.parent().css("background-color", "#01DF3A");
Regards,
Praveen