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

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -