Site Notice

hello, world

Difference between revisions of "Highlight"

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

Revision as of 20:05, 25 September 2019

$('.abc').html('<span>some thing.</span>');