jQuery Way to change input text value

19:11 0 Comments

I was trying to change the value of some inputs when user is selecting on option(<select></select>)
$('#idInput').attr('value', 'marman')

marman

I’m just following the owner documentations :)

"Ideas are useless without the talent to make it happen."

0 comments: