本文介绍了文本框基于其他文本框自动完成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有两个文本框,分别是州和城市.状态文本框和城市框具有ajax自动完成属性.现在,我的任务基于州文本"框,城市文本框应显示列表.怎么办?

在此先感谢.

Hi,

I have two Text boxes, namely State and City. State text box and City box are having ajax auto complete property. Now my task is based on the State Text box, the city text box should display the list. How is to do?

Thanks in Advance.

推荐答案


function ace_allSearchCity() {
            var nam = '';
            var para = 'maincity' + '



这篇关于文本框基于其他文本框自动完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-28 04:50
查看更多