What I looking for is:
var arrinput = $('input[name$="letter"]')
How can I change that from jQuery style to a pure javascript style?
So I want the <input> tags which name is ended with “letter”.
I changed code a bit… My browser dont support querySelector and FYI I’m using webbrowser component on c# winforms
Try: