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

  • SEARCH
  • Home
  • 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 8636803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:18:46+00:00 2026-06-12T10:18:46+00:00

I am set of sharing same class name with css dimensions. On clicking a

  • 0

I am set of sharing same class name with css dimensions. On clicking a particular <div> i
filling it to the screen width and height and overlaying other <div>s. It works fine. But the problem is when i click once again i am have lost its original dimensions to get back to its original size. below is my code:

 var isFullscreen = false;
  $('.item').click(function(){
    var d = {};
    var speed = 900;
    if(!isFullscreen){ // MAXIMIZATION
        d.width = $(window).width();;
        d.height = $(window).height();; 
        isFullscreen = true;
        $('.item').hide();
        $(this).show();
        $(this).animate(d,speed)    
    }
    else{ // MINIMIZATION            
        **d.width = $(this).css('width');**
        **d.height = $(this).css('height');**            
        isFullscreen = false;
        $(this).animate(d,speed);
        $('.item').show();
    }
    })

I am trying to use something similar to static variables there by saving its original dimensions and using them on second click. And i seen there are no static variables in javascript.Then how to achieve this.

  • 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-12T10:18:47+00:00Added an answer on June 12, 2026 at 10:18 am

    I was able to do this by saving my height and width before i resize the and using them later on: Below is my modified code: you can make out, i added ** to those lines….

    var isFullscreen = false;
      var d = {};
      **var test = {};**
      $('.item').click(function(){
        var speed = 900;
        if(!isFullscreen){ // MAXIMIZATION
            **test.width = $(this).css('width');**
            **test.height = $(this).css('height');**
            d.width = $(window).width();
            d.height = $(window).height();
            isFullscreen = true;
            $('.item').hide();
            $(this).show();
            $(this).animate(d,speed)    
        }
        else{ // MINIMIZATION            
            d.width = test.width;
            d.height = test.height;            
            isFullscreen = false;
            $(this).animate(d,speed);
            $('.item').show();
        }
    })
    

    Thank you guys for support.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So, I have images in a div that share the same class and one
I have 2 views that are sharing the same class files (.h and .m).
I am sharing a set of globals between different threads, so I allocate the
I have a universal app, where I am sharing the same controller for a
I've used Clint Harris' tutorial to set up code sharing between projects, and everything
Given: class StringRecord : INotifyPropertyChanged { public string Key { get; set; } //
We're running 3 Apache Passenger servers sharing the same file system, each running 11
I've set up Cross-Origin Resource Sharing on a server (Jetty using the CrossOriginFilter) and
set(TestProject_additional_libs optimized foobar.lib debug foobard.lib } especially what is optimized/debug mean here? Is this
set Unified=C:\Workspaces\Main\Unified\UnifiedFX.sln set Fullserver=C:\Workspaces\Main\Unified\FullServer\Tests\FullServer.Automation\FullServer.Automation.csproj set Management=C:\Workspaces\Main\Unified\Management\Tests\Management.Automation\Management.Automation.csproj set Move=C:\Workspaces\Main\Unified\Move\Tests\Move.Automation\Move.Automation.csproj set d64=Debug|x64 set d86=Debug|x86 for %%a

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.