I've seen it's jquery equivalent:
$('input[value="something"]');
But how do you select it using pure javascript (no jQuery).
Thanks for all the responses so far but I'm sure if it is working correctly, I need to change the value of the input into something else. I though I could do this by
<enter snippet to select element here>.value = "someOtherValue";
But it appears to be not that easy. Any ideas.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…