Skip to content

Instantly share code, notes, and snippets.

<cffunction name="onContentEdit">
<cfargument name="$" />
<cfset var scripts = ''>
<cfif $.getSubType() Eq 'Vacancy'>
<cfsavecontent variable="scripts">
<script>
jQuery(document).ready(function($){
var newSummary = 'Vacancy summary ' + '<br /><span style="font-weight:normal">Place the single line vacancy description here, this will be visible in the vacancy search</span>';
$('.summaryContainer label a').html(newSummary);