prototypejs - getting radio , check box in prototype? -


how can checkbox, radio button, pulldown menu values using id using form in prototype js?

see $f

edit
$f get's text value of element it's id. example if had drop down select box called "month" use $f('month') it's value "february".

in response follow question, "how can count of number of check box selected" use this:

$$('input:checked').length 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -