Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8699551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:58:34+00:00 2026-06-13T01:58:34+00:00

We created a very basic equal height function a while back that works great.

  • 0

We created a very basic equal height function a while back that works great. However, we’ve been tasked with making the column heights resize as the window is resized. It’s being implemneted into a responsive, fluid design. But the powers that be don’t understand that the typical responsive use case isn’t dragging your browser all over the place to accept specific break points.

Anyhow, got the markup and js setup in jsfiddle here. http://jsfiddle.net/J6uaH/3/

Just can’t quite wrap my brain around adding the window resize element to the heights. Any help that anyone can provide will be hugely appreciated and would give whoever super hero bonus points, if there was such a thing!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T01:58:35+00:00Added an answer on June 13, 2026 at 1:58 am

    why not just add an event listener to the resize event of the window that recalculates the height of the elements?

    however because you already set a fixed height to the elements, you need to reset the height of both elements to get the new maximum size.

    try adding:

    $(window).resize(function(){
        $('.group .module').css('height','auto');
        $('.group .module').equalHeight();
    });
    

    work in firefox. what this basicly does on every resize of the window:

    1. reset the height of the elements, meaning the browser will calculate it based on its content
    2. execute you function again to make both elements of equal height
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a function which loads a very basic map file of the form:
I've been making some very basic MVC views to save some data. To date
I have a very basic Visual Basic Program that I created in Visual Studio
I've created a very basic 'debugging' program that checks if a c source file
I have created a very basic Rails 3.1 app, deployed to a box that
Sorry for this very basic JQuery question. I created 'mytest' jquery function like this:
I have created a very basic service operation that needs to write content to
I have a very basic theme that I created and I'm running into a
I created a very basic slideshow by repeating the jQuery effects with setInterval .
Ok, so i created a very simple splash screen using this tutorial: http://p-xr.com/android-tutorial-how-to-make-a-basic-splash-screen/ The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.