Site Notice

hello, world

Difference between revisions of "Highlight"

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

Revision as of 20:18, 25 September 2019

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