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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:31:36+00:00 2026-06-06T18:31:36+00:00

I have the following HTML: <section id=sidebar class=grid_3> <section id=content class=grid_9> I used jQuery

  • 0

I have the following HTML:

<section id="sidebar" class="grid_3">
<section id="content" class="grid_9">

I used jQuery to change this to:

<section id="sidebar" class="" style="width: 0px;">
<section id="content" class="grid_12">

However it seems like the section with id of sidebar still has some width and the elements inside it appear.

Is there some way that I can make the contents of id=sidebar just not visible using jQuery? I thought giving it a width of 0px would make it work but it seems not to. What I was wondering about was setting the display to hidden or visibility but I am not sure of the differences between hidden and visible? Also not sure about the jQuery show and hidden. Which would be best in this case?

  • 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-06T18:31:37+00:00Added an answer on June 6, 2026 at 6:31 pm
    $("#sidebar").hide() // sets the position of the element to `display: none`;
    $("#sidebar").show() // sets the position of the element to `display: block`;
    $("#sidebar").css('width', '0 !important') // sets the width of the element to `0` and overrides other element's width properties;
    $("#sidebar").css('visibility', 'hidden') // The element is invisible but still takes up space;
    

    how can I detect if the display is set to "none" with jQuery?

    try this:

    if ($('.grid_3').is(':hidden')) { // if the element is hidden do something here}
    if ($('.grid_3').is(':visible')) { // if the element is visible do something here}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following construct in my HTML document: <div class=content> <section class=column></section> <aside
I have following HTML code: <section class=indent-1> <!-- Section 1 --> <section> <div>Some content</div>
I have following HTML: <div class=olympics style=display: block; position: absolute; left: 250px; top: px;>
I have the following html table <table id={64ED3A94-5833-4CC7-869F-CCE583B498BE} class=ms-listviewtable width=100% cellspacing=0 cellpadding=1 border=0 xmlns:o=urn:schemas-microsoft-com:office:office
I have the following HTML code: <ul class=blogEntry> <li class=title section> <span><asp:Literal ID=litTitle runat=server
I have the following HTML structure, (This cannot change). <!-- Comment 1 --> <div
I have the following HTML code: <section class=gallery> <a href= id=link-prev>prev</a> <a href= id=link-next>next</a>
I have the following HTML markup, <section> <img width=106 height=113 title=key-staff-tim alt=key-staff-tim class=attachment-post-thumbnail wp-post-image
Let's say I have the following HTML snippet: <div abc:section=section1> <p>Content...</p> </div> <div abc:section=section2>
I have following HTML <div id=header1 class=toggle>Section 1 : Create an account</div> <div id=section1>

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.