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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T20:56:17+00:00 2026-06-03T20:56:17+00:00

I have a div: <div id=div style=height:150px; border:solid thin blue;></div> is there a way

  • 0

I have a div:

<div id="div" style="height:150px; border:solid thin blue;"></div>

is there a way to retrieve the original div height? The div is resizable, so the user may have resized it before my code loads.
Note: my code is a jQuery plugin, so I have no clue about what happened to the element before my plugin is called (so please don’t tell me to store height in element data…)

jqFiddle in this demo, I want to get the 150 after resizing the div.
Any help would be greatly appreciated!

  • 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-03T20:56:19+00:00Added an answer on June 3, 2026 at 8:56 pm

    No, because resizable() method override inline style height value.

    You need to store it somewhere else.

    For example before making div resizable:

    var originalHeight = $('#div').height();
    $('#div').resizable();
    
    $('#cmd').button().click(function(){
        alert(originalHeight);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a div[class=container] and inside is div[class=item] like: <style type=text/css> .container{ height:50vh; width:
I have the following elements in a HTML page: <body> <div style=height:100%; width:100%> <div
I have an HTML page that roughly looks like this: <div id=rolesRollerBody style=height: 309px;>
I have this CSS style that does a rounded corners for div border, but
I have the following code: CSS #main { width:100%; height:120px; border:solid 1px #efefef; }
i have done something like that; <div id=bloc2 onDblClick=document.getElementById('bloc2').style.height = 200px style=width: 350px; height:
Say I have a loop of objects (style.cover.pic) in a DIV .style_image <div class=style_image>
I have a div with an id of 'gallery' and I want to style
I have a Div layer like this ... <style type=text/css> <!-- #newImg { position:absolute;
I have something like this currently: <div class = className style = position: absolute;

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.