Site Notice

hello, world

Difference between revisions of "Highlight"

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

Revision as of 20:26, 25 September 2019

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

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