T
Thierry Lam
I have the following:
<input type="button" value="Convert me" id="convert" />
How do I convert the above to text by clicking on the button?
I want the button to show text "Converted".
Thierry
<input type="button" value="Convert me" id="convert" />
How do I convert the above to text by clicking on the button?
I want the button to show text "Converted".
Thierry