javascript - Hiding all dropdowns in Foundation 4 -


i'm using foundation 4 emberjs + cordova mobile app , need hide whatever dropdown activated whenever transition new view.

$(document).foundation('dropdown', 'close', $('[data-dropdown-content]'));

one use selector want instead of $('[data-dropdown-content']) select dropdowns hide.