Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible an option to add the calculated height to another child #11

Open
joomla-agency opened this issue Jun 11, 2014 · 1 comment
Open

Comments

@joomla-agency
Copy link

It's possible to calculate the height for col-xs-6 and set the height by the output container?

$(document).ready(function() {
    $(".row").eqHeight('.module', {this_container: '.output'});
});
<div class="row">
<div class="col-xs-6">
<dic class="output">
Some output
</div>
</div>
<div class="col-xs-6">
<dic class="output">
Another output
</div>
</div>
</div>
@jsliang
Copy link
Owner

jsliang commented Jun 12, 2014

Hi, sorry I don't get the question quite well. Do you have a sample page or jsfiddle for illustration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant