Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 Foundation 4 用于 EmberJS + Cordova 移动应用程序,当我转换到新视图时,我需要隐藏任何激活的下拉菜单。
$(document).foundation('dropdown', 'close', $('[data-dropdown-content]'));
人们可以使用他们想要的任何选择器,而不是$('[data-dropdown-content'])选择要隐藏的下拉菜单。
$('[data-dropdown-content'])