b1nary0mega
5/28/2015 - 11:47 AM

Use jquery to remove specific text from an element

Use jquery to remove specific text from an element

<!--- Hide TomeckP from the daily staffing sheet for 81600 --->
<cfif variables.unitId eq "81600">
	<script>
	$( "" ).replaceAll( "font:contains('TomeckP ')" );
  </script>
</cfif>