javascript - Prototype.js shortcut for getting value of an element? -
i didn't use prototype.js before, when use jquery, can element value $("#inputa").val();
there equivalent method in prototype this? use $("inputa").getattribute('value');
, verbose.
use getvalue
or $f(element)
construct
Comments
Post a Comment