Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Active older topics
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 1418  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussions related to development of and with the MochiKit JavaScript library
 

Can not doSimpleXMLHttpRequest in local 
  hi! i fix v2 to v3. Github API in packd/MochiKit/customize.html url = 'file:///C:/Users/bindi/Work/m ochi-mochikit-9abc227/packed/M ochiKit/MochiKit.js'; doSimpleXMLHttpRequest(url); Firefox -> no response IE8 -> error on errback can not file protocol? And help me. i first touch GitHub API, and beginner web service API.... more »
By Toshiharu Moriyama  - Aug 21 2012 - 2 new of 2 messages    

Multiselect List 
  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... more »
By Jurgens de Bruin  - Oct 16 2011 - 2 new of 2 messages    

Is MochiKit Dead? 
  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... more »
By machineghost  - Aug 13 2011 - 9 new of 9 messages    

getstyle z-index is 0px for IE8 
  hi! konnitiha "z-index:0" is "0px" for IE8 bug? 1 is 1. maybe only zero. i dont no IE9 thank you.
By Toshiharu Moriyama  - Jul 31 2011 - 1 new of 1 message    

Added sortable_tables.js Overrides for Column # and Sort Order 
  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>... more »
By Christopher Mann  - Apr 19 2011 - 1 new of 1 message    

Callbaback parameters 
  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,... more »
By Salvatore  - Feb 16 2011 - 1 new of 1 message    

Callaback parameters (follow..) 
  Sorry I have corrected my errors. The problem now is that my field ctx.user.data is not modified... function FormController(){ this.user = { name: "ALBATOR", valide: true, data : "TEST" } ... FormController.prototype = { fetchdata: function () { this.user.data = "Loading...";... more »
By Salvatore  - Feb 16 2011 - 5 new of 5 messages    

typeName() function -- introspecting object types 
  Being tired of all the idiosyncrasies of the typeof() operator, I tried to make something better:    function typeName(value) {        if (typeof(value) !== "object" && !(value instanceof RegExp)) {            return typeof(value);        } else if (value == null) {            return "null";... more »
By Per Cederberg  - Jan 10 2011 - 1 new of 1 message    

MochiKit.I18n -- proposed new module for internationalization 
  Since I found the MochiKit.Format.formatLocale() function too limited, I hacked up a new MochiKit.I18n module: [link] It is backwards compatible and adds locales for most languages on earth (data derived from Wikipedia and Google Closure sources). At the... more »
By Per Cederberg  - Jan 10 2011 - 5 new of 5 messages    

Async Deferred discussion 
  Hi, Since MochiKit pioneered JavaScript implementation of the Deferred pattern I thought I'd make you aware of two current discussions regarding this on the Google Closure library mailing list. (Google's initial Deferred impl is actually a port from MochiKit, see [link]).... more »
By Fredrik Blomqvist  - Dec 10 2010 - 1 new of 1 message    

1 - 10 of 1418   « Newer | Older »

XML       Send email to this group: mochikit@googlegroups.com