text span code example
Example 1: set span text
$("#spanID").text('your text');
Example 2: html span
A <span> element used to color a part of a text:
<span style="font-size:30px">☰ </span>
<!-- ☰ is a color value -->
$("#spanID").text('your text');
A <span> element used to color a part of a text:
<span style="font-size:30px">☰ </span>
<!-- ☰ is a color value -->