jQuery AutoComplete with three levels of suggestions?

Posted by Meitham on Stack Overflow See other posts from Stack Overflow or by Meitham
Published on 2010-06-07T11:56:01Z Indexed on 2010/06/07 12:02 UTC
Read the original article Hit count: 181

I am building a django based application and its time to add the DHTML stuff.

One of my fields represent a database field with this format databaseName.tableName.fieldName

I would like to have javascript autocompletion in three levels, say once I type part of the database names I get a list of all matching databases, one that is selected I get a list of all tables, and once that is selected I get a list of all fields in that table, all in the same textfield.

Any help would be appreciated.

Thanks

M

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about django