We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// home var home = { url: '/', className: 'tabbar', render: function () { return $('#tpl_home').html(); }, bind: function () { swiper = new Swiper({direction: 'horizontal'}); $('#container').on('click', '.weui_tabbar_item', function () { $(this).addClass('weui_bar_item_on').siblings('.weui_bar_item_on').removeClass('weui_bar_item_on'); swiper.next(); }); } };
The text was updated successfully, but these errors were encountered:
#10 execute bind method
bind
8d06153
#10 add swiper demo
b26261a
新的提交解决了这个问题,demo 中也有演示~
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: