I want to paste some text in textbox or at the position of typing cursor on click event of button.
So what is the best way to do it?
Thanks in advance,
TAN
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Nov 24, 2015, 5:07 PM
$('#idoftextbox').val('The new value');