Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. $(document).foundation();
  2. $(document).foundation({
  3. accordion: {
  4. callback: function(accordion) {
  5. $(document).foundation('equalizer', 'reflow');
  6. }
  7. },
  8. equalizer: {
  9. equalize_on_stack: true,
  10. act_on_hidden_el: true,
  11. after_height_change: function() {
  12. $(document).foundation('accordion', 'reflow');
  13. }
  14. }
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement