[mochikit] Multiselect List

2011-10-16 Thread 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?

Thanks

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



Re: [mochikit] Multiselect List

2011-10-16 Thread Bob Ippolito
On Sun, Oct 16, 2011 at 6:09 AM, Jurgens de Bruin debrui...@gmail.com wrote:
 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 mochikit@googlegroups.com.
To unsubscribe from this group, send email to 
mochikit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en.