Site Notice

hello, world

Difference between revisions of "Highlight"

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

Revision as of 20:30, 25 September 2019

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

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