Btn span
by Kumaresan S
HTML
<span id="test">hello</span>
JavaScript
$("#test").text("testing");
/* U just move the code inside the onload fun */
by Kumaresan S
<span id="test">hello</span>
$("#test").text("testing");
/* U just move the code inside the onload fun */