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.
EmberJS + Cordova モバイル アプリに Foundation 4 を使用しています。新しいビューに移行するたびに、アクティブになっているドロップダウンを非表示にする必要があります。
$(document).foundation('dropdown', 'close', $('[data-dropdown-content]'));
非表示にするドロップダウンを選択する代わりに、必要なセレクターを使用できます$('[data-dropdown-content'])。
$('[data-dropdown-content'])