logoove / weui

weui+是在weui和zepto基础上开发的增强UI组件,目前分为表单,基础,组件,js插件四大类,共计百余项功能,是最全的weui样式
https://weui.shanliwawa.top/
MIT License
1.76k stars 567 forks source link

tab底部菜单,weui-tab__content中放tab头部导航,点击头部导航,底部导航跟着切换了。 #218

Closed pkkgu closed 4 years ago

pkkgu commented 4 years ago

如题

pkkgu commented 4 years ago

我这纯粹只是为了解决自己能用的问题,希望作者可以优化 1.阻止继续冒泡 2.优化选择后代元素content、item方法

const $tabbarItems = this.children().children('.weui-tabbaritem, .weui-navbaritem'); const $tabBdItems = this.children().children('.weui-tab__content');

this.on('click', '.weui-tabbaritem, .weui-navbaritem', function (e) { const index = $(this).index(); self.toggle(index); return false; }); `

logoove commented 4 years ago

已有最新演示 可以同一页面