Prototype.js shortcut for getting value of an element ?
- by Tony
I didn't use Prototype.js before, when I use jquery, I can get an element value like $("#inputA").val();
Is there an equivalent method in prototype like this? I use $("inputA").getAttribute('value');, which is very verbose.