Home >Web Front-end >JS Tutorial >Prompts and automatic completion effects when inputting in the inputSuggest text box (email input automatic completion plug-in)_javascript skills
Like QQ mailbox prompts, Baidu search box prompts, Taobao product search prompts, etc., many websites now have similar effects to improve user experience.
Usage:
new InputSuggest({
input HTMLInputElement required
data Array ['sina.cn','sina.com','2008.sina.com','vip.sina .com.cn'] required
containerCls container className
itemCls container child className
activeCls highlighted child className
width setting this will override the width of containerCls
opacity transparency setting this The item will override the opacity of containerCls...
Online demo: http://demo.jb51.net/js/2012/inputSuggest/
Full source code download: http:// www.jb51.net/jiaoben/44737.html