时间:2021-05-25
一款仿淘宝TAB切换搜索框,想搜索哪方面的内容就切换到哪一个,感兴趣的朋友可以看看下面的代码
<div class="search"><div id="searchBox"><ul class="tab-bar clearfix" id="tabBar"><li class="current" tips="请输入产品名称">商品</li><li class="tab-line"><span>|</span></li><li tips="请输入店铺名称">店铺</li></ul><div class="tab-box clearfix" id="tabBox"><form onsubmit="" action="" method="get" name="searchForm" id="searchForm" class="clearfix"><input class="text" id="keyword" name="keyword" lang="zh-CN" type="text" value="请输入产品名称"><input class="button" value="搜索" onfocus="this.blur()" type="submit"></form></div></div><div class="keyword"><a href="#"><span>男装</span></a><a href="#"> 朵牧女鞋</a> <a href="#">圣高男鞋</a><a href="#"><span>女装</span></a> <a href="#">防晒霜</a> <a href="#">脱毛膏</a></div></div>.search{ position: absolute; top:14px; left: 34%; width:477px; _width:477px; height: 81px;}.keyword a{ font-size: 12px; line-height: 18px; color:#999; padding:0 4px;}.keyword a span{ color:#fb5004;}.tab-bar li.current{ color: #1d7ad9; font-weight: bold; background: url(../images/trian_up.png) no-repeat center bottom; padding-bottom: 9px;}.tab-bar li{ width:38px; text-align: center; color: #444; float: left; cursor: pointer;}.tab-bar li.tab-line{ width: 2px; color: #c9c9c9; margin:0 2px;}.tab-box{ border:2px solid #1d7ad9;}.text{ color: #a9a9a9; width:376px; height: 31px; border:none; text-indent: 10px; float:left; outline: none; border:0;}.button{ width: 97px; height: 32px; text-align: center; color: #fff; font-size:18px; background: #1d7ad9; border:none; float: left;}<script type="text/javascript">$(function(){// 搜索切换$('#tabBar').on('click', 'li', function(){var tips = $(this).attr('tips');if(tips){$(this).addClass('current').siblings().removeClass('current');$('#keyword').val(tips);} });</script>声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
关于$().tab()一般用来实现标签页和胶囊链接内容片段的切换,或是相关内容的页面导航:HomeProfileMessagesSettings........
本文实例讲述了jquery实现的仿天猫侧导航tab切换效果。分享给大家供大家参考。具体如下:这里演示jquery实现仿天猫侧导航tab切换效果,引入外部JS,若
很多卖家不清楚微淘热门搜索是什么?要如何玩转微淘热门搜索?下面小编为大家介绍微淘热门搜索的相关内容。一、微淘热门搜索是什么?消费者进入微淘,点击搜索框,系统推荐
前几天刚开始使用vue做项目,然后自己就在项目中摸索写了一个tab切换的小dome,仿淘宝订单状态的tab切换。HTML代码://这里是通过循环遍历出来的数据,
HTML5+jquery实现的搜索匹配效果,或者说是搜索过滤,当你在文本框输入一个字符时,如果下边的列表中有以此为开头的内容时,将自动为你显示相关内容,示例中仅