Skip to content
Advertisement

How to select an input element by value using javascript?

I’ve seen it’s jquery equivalent:

JavaScript

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

JavaScript

But it appears to be not that easy. Any ideas.

Advertisement

Answer

with ie6-ie7-ie8

JavaScript

with modern browsers ie9+ (? not sure for ie9 actually) :

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement