One thing that came up on IRC yesterday was the need to be able to get the
values of a form.
Specifically someone wanted to get the value of the selected radio element.
Is there anything in more or clientcide that’ll let you get a hash/object view
of the data of a form similar to how form.toQueryString() works?
I think in 2.0 there’s both serialize and toQueryString.
toQueryString should call serialize.
Then you’d be able to call serialize yourself and just look at the specific
value you need.
Maybe this could/should be a plugin on the forge?
— Thomas Aylott
SubtleGradient
MooTools