Site Notice
hello, world
Difference between revisions of "Highlight"
From Project-EPB Commons
m ([InPageEdit]) |
([InPageEdit]) |
||
Line 1: | Line 1: | ||
− | <pre class="hljs | + | <pre class="hljs javascript"> |
− | < | + | $('.abc').html('<span>some thing.</span>'); |
</pre> | </pre> |
Revision as of 20:01, 25 September 2019
$('.abc').html('<span>some thing.</span>');