所属分类:UI,其他,输入-背景,动画效果,搜索
更新时间:2020-02-12 00:00:58
更新说明:支持回车键搜索
可将该页面改成主页。好看一点而已,并没有什么用
代码自己加一下就行了
$('#input').bind('keypress', function(event) { if (event.keyCode == "13") { var seo = $("#input").val(); window.location.href = "https://www.baidu.com/s?wd" + seo; } });