Field Description
You could try this
Code: Select all
$(document).ready(function(){
$("span[id$='Progression']").html('<center><b>Progression</b></center>'); // Row count
$("span[id$='DPDate1']").html('<center><b>Date</b></center>');
$("span[id$='DPDate2']").html('<center><b>Date</b></center>');
$("span[id$='DPNA']").html('<center><b>N/A</b></center>');
$('label[for*=Field_DPNA_ctl00]').hide(); //Hide checkbox label - N/A
$('[id*=Repeating_DP]').mouseover(function() { // .click() is an option as well
$("span[id$='Progression']").html('<center><b>Progression</b></center>'); // Row count
$("span[id$='DPDate1']").html('<center><b>Date</b></center>');
$("span[id$='DPDate2']").html('<center><b>Date</b></center>');
$("span[id$='DPNA']").html('<center><b>N/A</b></center>');
$('label[for*=Field_DPNA_ctl00]').hide(); //Hide checkbox label - N/A
});
});
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
It should appear immediately after adding in the column settings. If, of course, you meant the description below:
-
- Information
-
Who is online
Users browsing this forum: No registered users and 2 guests