我想填写组合框 [英] I want to fill combo box

查看:81
本文介绍了我想填写组合框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在没有重新加载整个页面的情况下填充组合框,并且组合框应该在2秒后连续填充..

I want to fill combo box without reloading whole page and that combobox should continuously fill after 2 second..

推荐答案

非常简单,只需使用javascript窗口即可。 setInterval(javascript function,毫秒);事件。并在javascript函数中编写ajax调用以获取并填充列表框或组合框。
very easy, just use the javascript window.setInterval("javascript function",milliseconds); event. and write your ajax call at the javascript function to get and fill the listbox or combobox.


这篇关于我想填写组合框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆