首 页
网络学院
视频教程
资源下载
HOT
实例教程
图文教程
专题中心
学习社区
繁體中文
当前位置:
首页
>
图文教程
>
网络编程
>
Javascript
> autocomplete禁止自动完成功能
Javascript
form中限制文本字节数js代码
use jscript with List Proxy Server Information
use jscript List Installed Software
List Installed Software Features
List Information About the Binary Files Used by an Application
List the Codec Files on a Computer
List the UTC Time on a Computer
List Installed Hot Fixes
excel操作之Add Data to a Spreadsheet Cell
Add Formatted Data to a Spreadsheet
Apply an AutoFormat to an Excel Spreadsheet
JavaScript语法着色引擎(demo及打包文件下载)
类之Prototype.js学习
一款JavaScript压缩工具:X2JSCompactor
iis6+javascript Add an Extension File
jscript之Open an Excel Spreadsheet
jscript之Read an Excel Spreadsheet
jscript之List Excel Color Values
去除图像或链接黑眼圈的两种方法总结
Add a Formatted Table to a Word Document
No.
«
‹
70
71
72
73
›
»
技术文章搜索
关键字
Javascript 中的 autocomplete禁止自动完成功能
出处:
互联网
整理:
软晨网(RuanChen.com)
发布:
2009-09-12
浏览: 94 ::
收藏到网摘: n/a
CSS代码格式化和压缩的方法与技巧
IE autocomplete internet explorer''s autocomplete
点击运行可以看到效果:
[Ctrl+A 全选 提示:你可先修改部分代码,再按运行]
neverModules - autocomplete
cross-browser
IE 6.0 - Opera 9.0 - - Mozilla 1.5.0
Example list
google suggest demo in this
e.g
response speed test, see this
e.g
using autocomplete in ajax, see this
e.g
neverModules online Document
e.g
feature 特性(我英文较差,我就只写一个单词了...)
speed. 速度
style. speed style and google sugguest style. 两种风格,速度风格和google sugguest风格,CSS可自己写。
cache. 缓存,提高速度和减少查询
function. 功能丰富
下列是本版autocomplete提供的一些属性供选择,可以在ajax的示例中看到
* 使用了cache 功能,当敲入的字符数可以在cache中查到时,将不会向服务器发送请求。减轻服务器压力
* 使用空格匹配,一个空格字符相当于1个或多个字符(串)正如"codetome"网友提到的建议: 首先输入e那么最后一个单词 never-online bluedestiny renkailau 三个单词都会出来,然后我按一下空格,再输入n,文本框的字符是这样:"e n",我的目的是想要搜索所有带e而且带n的所有单词,结果应该是三个单词都出来,并且每个单词里的n和e都加黑。
* 无论输入字符串在dataSource的何处,始终匹配
* 当数据量较大时,自动截取前部分的数据,提高效率
* 忽略大小写
* 开启方向键(小键盘)
Download source
click
here
to download this file, if the file is unavailable, pls email me, BlueDestiny[at]126.com, or Go
here
History
2006 - 01: autocomplete beta
2006 - 09: autocomplete 0.10
2007 - 01: autocomplete 0.11
2007 - 03: autocomplete 0.12 beta
Known bug
CSS代码格式化和压缩的方法与技巧
IE autocomplete internet explorer''s autocomplete
评论 (0)
All
登陆
还没注册?