开发者

jQuery AutoComplete with three levels of suggestions?

开发者 https://www.devze.com 2023-01-02 18:40 出处:网络
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 for开发者_开发问答mat databaseName.tableName.fieldName

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 for开发者_开发问答mat 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


managed to do with jquery.autocomplete (multiple: true) option.

0

精彩评论

暂无评论...
验证码 换一张
取 消