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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:54:06+00:00 2026-05-28T02:54:06+00:00

I customize a collapsible sidebar from this article (http://devheart.org/articles/jquery-collapsible-sidebar-layout/) for my own project But

  • 0

I customize a collapsible sidebar from this article
(http://devheart.org/articles/jquery-collapsible-sidebar-layout/) for my own project But it looks a bit funky and not right.

Please take a look at the project here:

http://jsbin.com/oliluz/45

The sidebar seems animating properly, but the #mainContent isn’t animating along with the sidebar. It’s toggling in stiffly and harsh.

Also advice if the way i added my code are optimize.

Thanks!

  • 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-05-28T02:54:07+00:00Added an answer on May 28, 2026 at 2:54 am

    The new width of the #mainContent is determined by CSS; which is why it isn’t animated. To animate the width of the mainContent as well, try the following:

    1. Remove the following line from the CSS:

      #wrap.sidebar #mainContent { margin-right: 270px; }
      
    2. Modify the JavaScript to add the appropriate animations:

      // Variables
      var objMain = $('#wrap'), objSidebar = $('#sidebar');
      
      var objContent = $('#mainContent'); // << ADDED
      
      // Show sidebar
      function showSidebar(){
        objMain.removeClass('nosidebar');
        objMain.addClass('sidebar');
        objSidebar.animate({ 'right' : '0'},'slow');
        objContent.animate({ 'margin-right': 270}, 'slow'); // << ADDED
        $.cookie('sidebar-pref2', 'use-sidebar', { expires: 30 });
      }
      
      // Hide sidebar
      function hideSidebar(){
        objMain.removeClass('sidebar');
        objMain.addClass('nosidebar');
        objSidebar.animate({ 'right' : '-254px'},'slow');
        objContent.animate({ 'margin-right': 0}, 'slow'); // << ADDED
        $.cookie('sidebar-pref2', null, { expires: 30 });
      }
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to customize a Joomla submenu? This article talks about submenu items:
I'm trying to customize some TFS work items via the VS2008 xml editor, but
I've taken the accordion menu from http://www.i-marco.nl/weblog/ and have customised it to what I
In effort to customize the release of a project I came across the following
I'm tring to customize error rendering in my form according to this example .
How to create Customize Layout in Android? My problem is I'm displaying Images in
I tried to customize django's admin css....but I'm stuck ....i did find a lot
I wanted to customize the JQueryUI slider but am not able to find any
i try to customize the rule of the JQuery validation plugin and I'm almost
I want to customize my CheckBox on my Android mechine, but it has different

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.