Site Notice

hello, world

Difference between revisions of "Highlight"

From Project-EPB Commons
([InPageEdit])
m ([InPageEdit])
Line 1: Line 1:
<code class="javascript">
+
<code class="hljs javascript">
 
$('.abc').html('<span>some thing.</span>');
 
$('.abc').html('<span>some thing.</span>');
 
</code>
 
</code>

Revision as of 20:19, 25 September 2019

$('.abc').html('some thing.');