How to make dropdown nav from Twitter Bootstrap 3 work on Meteor
Was looking for and didn't find anything so I just handle the event with:
Template.myTemplate.events({
'click .dropdown-toggle': function (e) {
e.preventDefault();
$(e.target).find('.dropdown-menu').toggle();
}
});
Written by Cassio Cabral
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Dropdown
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#