养生 装修 购物 美食 感冒 便秘 营销 加盟 小吃 火锅 管理 创业 搭配 减肥 培训 旅游

js输入框自动完成

时间:2024-11-15 15:43:12

js输入框自动完成

工具/原料

adobedreamweaver

方法/步骤

1、新建html文档。

js输入框自动完成

2、书写hmtl代艨位雅剖码。<h1>js输入框自动完成代码</h1><divc造婷用痃lass='examples'><divclass='parent'><labelfor='hy'>Enterthenameofafruit:</label><inputid='hy'/><p>horsey(document.querySelector('input'),{suggestions:['banana','apple','orange']});</p></div></div><divclass='parent'><labelfor='ly'>Lazyloadthefruits,usefulforAJAX!<i>(loadingstartswhenthefieldisfocused)</i></label><div><iid='lyr'>Beinglazy...</i></div><inputid='ly'/><p>horsey(document.querySelector('input'),{suggestions:function(done){setTimeout(function(){done(['banana','apple','orange']);},2000);}});</p></div>

js输入框自动完成

3、书写css代码跷孳岔养。body{background-color:#14204f;margin:0惺绅寨瞀auto;max-width:760px;}html,body{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;}body,input,button,textarea{font-family:Georgia,Helvetica;font-size:17px;color:#ecf0f1;}textarea{border:none;padding:10px;width:100%;background-color:#14204f;min-height:400px;}h1{margin-top:20px;text-align:center;}h3{background-color:rgba(255,255,255,0.2);padding:20px;text-align:center;}a,a:hover{color:#ecf0f1;}precode{color:#fff;font-size:18px;}pre{overflow-x:auto;}label{display:block;margin-bottom:15px;}sub{display:block;margin-top:-10px;margin-bottom:15px;font-size:11px;font-style:italic;}ul{margin:0;padding:0;}.parent{background-color:rgba(255,255,255,0.2);margin:50px0;padding:20px;}input{border:none;outline:none;background-color:#ecf0f1;padding:10px;color:#14204f;border:0;margin:5px0;display:block;width:100%;}button{background-color:#ecf0f1;color:#14204f;border:0;padding:18px12px;margin-left:6px;cursor:pointer;outline:none;}button:hover{background-color:#e74c3c;color:#ecf0f1;}.nsg-tag{border-color:#14204f;}.inline{display:inline-block;}.gh-fork{position:fixed;top:0;right:0;border:0;}.autofruit{width:16px;margin-right:3px;}#ddl{cursor:pointer;padding:10px;background-color:rgba(0,0,0,0.1);}

js输入框自动完成

4、书写并添加js代码。<scriptsrc='dist/horsey.js'></script><scriptsrc='example/example.js'></script>

js输入框自动完成

5、代码整体结构。

js输入框自动完成

6、查看效果。

js输入框自动完成

© 一点知识