Questions tagged [foundation-equalizer]

Use this tag for issues related with Foundation plugins named Equalizer.

Equalizer

Equalizer makes it dead simple to give multiple items equal height.

Basics

To set up an Equalizer group, you need a container, which gets the attribute data-equalizer, and then a series of child elements, which get the attribute data-equalizer-watch. The child elements will all be resized to have the same height.

5 questions
7
votes
0 answers

Foundation reInit equalizer throws "_init is not an available method for this element"

I'm using Foundation framework for my website and before updating to Foundation 6.4.3, this syntax Foundation.reInit('equalizer') used to work to re-bind/reflow my plug-ins like Equalizer for my dynamically created elements. After the update to…
1
vote
1 answer

Error Using Foundation 6 Equalizer plugin

I'm concatenating Foundation 6's core.js, util.mediaQuery.js, and equalizer.js files. In the source code, the source order is jquery first, then foundation.core.js, util.mediaQuery.js, and the plug-in file, per the documentation. I also compile…
1
vote
1 answer

Foundation 6 (6.2.3) Equalizer stops working when I try to use optional configurations

I've got a site that relies on foundation. Everything works great, until I add the optional javascript configurations documented here. Specifically: equalize_on_stack: false That give me this error: foundation.js:1 Uncaught TypeError: We're…
mdcrtv
  • 143
  • 1
  • 2
  • 12
0
votes
1 answer

Generated Foundation 6 Equalizer fails to equalize [see example]

I generating some html elements with equalization tags and then appending them to the page. This uses Zurb's Foundation 6 equalization example code, slightly modified. Problem My html page has a button, which when clicked, creates the code. The…
0
votes
1 answer

Using Foundation's Equalizer with HAML

I trying to use Zurb's Foundation Equalizer to make two columns the same height. The syntax according to the Foundation website it:
...
alexandraleigh
  • 187
  • 1
  • 14