Discussion:
Multiselect List
Jurgens de Bruin
2011-10-16 13:09:03 UTC
Permalink
Hi,

I am very new to mochiKit and would appreciate some help.

I have a form containing a multi-select list, I am try to use AJAX and
JSON to produce async tasks. Currently I can't get all the selected
elements from the multi-select list passed to the server.

How can I obtained all selected elements from the list after submit
has been click?

Thanks
--
You received this message because you are subscribed to the Google Groups "MochiKit" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to mochikit+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mochikit?hl=en.
Bob Ippolito
2011-10-16 15:01:27 UTC
Permalink
Post by Jurgens de Bruin
Hi,
I am very new to mochiKit and would appreciate some help.
I have a form containing a multi-select list, I am try to use AJAX and
JSON to produce async tasks. Currently I can't get all the selected
elements from the multi-select list passed to the server.
How can I obtained all selected elements from the list after submit
has been click?
http://mochi.github.com/mochikit/doc/html/MochiKit/Signal.html#fn-connect
https://developer.mozilla.org/en/DOM/element.onchange
http://mochi.github.com/mochikit/doc/html/MochiKit/DOM.html#fn-formcontents
http://mochi.github.com/mochikit/doc/html/MochiKit/Base.html#fn-serializejson
http://mochi.github.com/mochikit/doc/html/MochiKit/Async.html#fn-doxhr
http://mochi.github.com/mochikit/doc/html/MochiKit/Async.html#fn-evaljsonrequest

-bob
--
You received this message because you are subscribed to the Google Groups "MochiKit" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to mochikit+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mochikit?hl=en.
Loading...