This question has been asked in a few different formats but I can\'t get any of the answers to work in my scenario.
I am using jQuery to implement command history wh
At the first you have to set focus on selected textbox object and next you set the value.
$('#inputID').focus(); $('#inputID').val('someValue')