自动完成文本框未运行 [英] Auto complete textbox not running

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

问题描述

我正在使用以下代码进行自动编译文本框。当我按下Enter键('#textbox')。



然后autocomplete属性不是显示..为什么?



是否还需要其他文件?





I am using following code for autocomplate textbox. when I press Enter ('#textbox').

then autocomplete property is not dispalying.. why ??

Is any other file is required??


<script src="jquery-1.11.2.js"></script>
    <link href="jquery-ui.css" rel="stylesheet" />
    <script src="jquery-ui.js"></script>

    <script type="text/javascript">
        $(document).ready(function(){
            ('#TextBox1').
        });
    </script>

推荐答案

(document).ready(function(){
('#TextBox1')。
});
< / script >
(document).ready(function(){ ('#TextBox1'). }); </script>


检查一下: https://jqueryui.com/autocomplete / [ ^ ]


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

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