change inptu val

Solutions on MaxInterview for change inptu val by the best coders in the world

showing results for - "change inptu val"
Alma
20 May 2020
1//one of these 2 should suffice
2$('#id').attr('value', 'xxx')
3$('#id').val('xxx');