Make field title bold

Use below given jQuery to make bold field title.

$("h3[class^='ms-standardheader']:contains('Assigned To')").css("font-weight", "Bold");
$("h3[class^='ms-standardheader']:contains('Description')").css("font-weight", "Bold");
$("h3[class^='ms-standardheader']:contains('Status')").css("font-weight", "Bold");
$("h3[class^='ms-standardheader']:contains('Priority')").css("font-weight", "Bold");

Comments

Popular Posts

SharePoint Interview Questions and Answers

Download Infopath Form Templates

How to get current logged user information using JavaScript ?

Steps to set Form based authentication (FBA) for SharePoint 2010

SharePoint Interview Questions and Answers II

Get List Items - JavaScript

Cross Site List Rollup Web Part for SharePoint 2010

Hide Recently Modified Items

Change Language for current user with JSOM in SharePoint Online

SharePoint 2010 CSS Chart