Does the selection of the wrapped item not work?
console.log($(".welcome_input")[1].val()) console.log($(".welcome_input").get(0).val()) var a = $(".welcome_input") console.log(a[1].val())
Error everywhere
TypeError: Object #<HTMLInputElement> has no method 'val'