1.<input id="kw1"></input>
2.<input></input>
The first one, I can use document.getElementById
to get the object, but on some websites, like the second, there is no id in element, but I also want to get the object. How can I do this ? And do not use JQuery