This is a demo of autosuggest functionality for Mjt.
You can choose a type from a completion list, then choose an instance of that type.
This is example code rather than a useful application.
It has only been tested under Firefox so far.
reset
choose an instance of $typeid:
      var menui = 0;
    
      mjt.freebase.MqlRead([{
        id: null,
        name: null,
        'name~=': '^' + prefix + '*',
        type: appdata.typeid || '/type/type',
        sort: 'name',
        limit: 10
      }])
    
loading...
ERROR: ${q.messages[0].message}