Button value set in editable div when click on
I am using button tag <button value="1">1</button>
Basically i want when this button press this value set into editable div.
<div contentEditable='true'; >Value from button</div>
Is that possible with client side script.
No comments:
Post a Comment