Btn span

by Kumaresan S

HTML

<span id="test">hello</span>

JavaScript

$("#test").text("testing");

/* U just move the code inside the onload fun */