{"blog": [], "list": [{"updated": "2011-10-16", "summary": "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", "link": "http://groups.google.com/group/mochikit/browse_thread/thread/57fc3e15be84533b/d385a9eaa612843a?show_docid=d385a9eaa612843a", "title": "Multiselect List"}, {"updated": "2011-08-13", "summary": "So, given that:
* There hasn't been a blog post on the website in ... ever (according
to the front of the site; in reality there was a post back in 2008)
* There hasn't been a release since 2008
* This mailing list gets a post (with no response) once every other
month or so, if that
* MochiKit is less popular than random frameworks I've never heard of", "link": "http://groups.google.com/group/mochikit/browse_thread/thread/dc585e5b1b9584d0/ed4cf2d56235057f?show_docid=ed4cf2d56235057f", "title": "Is MochiKit Dead?"}, {"updated": "2011-07-31", "summary": "hi! konnitiha
"z-index:0" is "0px" for IE8
bug?
1 is 1. maybe only zero.
i dont no IE9
thank you.", "link": "http://groups.google.com/group/mochikit/browse_thread/thread/b90de991d2dbb2a2/02be72847f08cb5c?show_docid=02be72847f08cb5c", "title": "getstyle z-index is 0px for IE8"}, {"updated": "2011-04-19", "summary": "Hi Folks,
I added a way to specify the default sort column and order. The docs
don't seem to indicate any prescribed way to do this, and looking
through the source code I see the initial table sort was always on
column 0, forward order.
So add this to your HTML:
<div id="sortable_table_sortkey" style="display: none;">1</div>", "link": "http://groups.google.com/group/mochikit/browse_thread/thread/d625c4dd26228792/59d3f7813dc62717?show_docid=59d3f7813dc62717", "title": "Added sortable_tables.js Overrides for Column # and Sort Order"}, {"updated": "2011-02-16", "summary": "Hello,
I'm trying to pass parameters to a callback function,
in the example above : d.addCallbacks(gotMetadata, this);
i added a addErrCallback.
What i am missing ?
Tnak you for your help
Regards
Salvatore
function FormController(){
this.user = {
name: "",
valide: true,", "link": "http://groups.google.com/group/mochikit/browse_thread/thread/76c74869cbafb846/2be54116775e4821?show_docid=2be54116775e4821", "title": "Callbaback parameters"}]}