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