1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js" type="text/javascript"></script> $(window).load(function () { $Text = $("td.ms-cellstyle.ms-vb2:contains('GREEN')"); $Text.parent().css("fore-color", "#01DF3A"); $Text.css("color", "#01DF3A"); $Text = $("td.ms-cellstyle.ms-vb2:contains('RED')"); $Text.css("color", "#F90101"); $Text = $("td.ms-cellstyle.ms-vb2:contains('AMBER')"); $Text.css("color", "#EAC117"); }); }); http://mekalikot.blogspot.in/2014/07/highlight-row-change-font-color-and.html |
Sunday, August 2, 2015
change the colour of sharepoint list item
Subscribe to:
Post Comments (Atom)
HTML
Script:
No comments:
Post a Comment