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 8608131
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T03:31:57+00:00 2026-06-12T03:31:57+00:00

I have a little problem with window resizing using jQuery’s function .resize() . I

  • 0

I have a little problem with window resizing using jQuery’s function .resize(). I would like to know which dimension is getting bigger/smaller – width or height. I need this because if I just put two conditions – if width is for 50px bigger than div and if height is for 50px bigger than div,

// (pseudocode)
if width = div.width + 50px
   width = something
if height = div.height + 50px
   height = something

then is working on just one condition and I can resize only width or height.

How could I know which dimension is changing in size or if both are?

  • 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-12T03:31:58+00:00Added an answer on June 12, 2026 at 3:31 am

    By saving last window size values in variables.

    var h = $(window).height(), w = $(window).width();
    $(window).resize(function(){
    
        var nh = $(window).height(), nw = $(window).width();
         // compare the corresponding variables.
        h = nh; w = nw; // update h and w;
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a little problem with Jquery getJSON function. my json here { entries:
..got a tiny little problem with mouse position after resizing browser window. I have
I have a little problem about Google Maps. I'm using Geocoding (xml) for getting
I have a little problem with the jQuery UI Stack $('.dra').draggable({ addClasses: false, containment:
i have little problem how i will recognize which item was clicked with OnClickEvent.
I have a little bit problem with resizing Listview control. I intend to make
I am very new to jQuery/JS and I have little problem with add or
I have a little problem. I have a window that the main content is
I'm using Eclipse 3.7.2 and I would like to use WindowBuilder too. My problem
I have a little problem... I have made an Android application which extends 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.