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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T01:33:58+00:00 2026-06-03T01:33:58+00:00

I have created 2 buttons SHOW & HIDE. And a DIV with content. I

  • 0

I have created 2 buttons SHOW & HIDE. And a DIV with content. I when clicked on 1st button content DIV should expand width and it will hide the 1st button, at the same time 2nd button will become visible.

When clicked on 2nd button content DIV should collapse its width and 2nd button will hide, and 1st button will become visible. But its not working.. help me. I don’t have much knowledge of jquery, but I use a bit of it.

$(document).ready(function(){
    $("#seeall2").hide();

    $("#seeall").bind("click",
    function(){
        $("#speakers").animate({width: 880}, 1500);
        $("#seeall").hide(500);
        $("#seeall2").show(500);
    });

    $("#seeall2").bind("click",
    function(){
        $("#speakers").animate({width: 410}, 1500);
        $("#seeall").show(500);
        $("#seeall2").hide(500);
    });
});

This is my HTML :

<div id="speakers">

          <a href="" id="seeall">EXPAND</a>
          <a href="" id="seeall2">COLLAPSE</a>


            <div id="pics-wrap">
 content...
            </div>
</div>

PLEASE SEE THIS http://jsfiddle.net/ajinkyax/mSjbV/
ITS WORKING NOW.
SOLUTION : I removed extra space from SCRIPT tag

  • 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-03T01:33:58+00:00Added an answer on June 3, 2026 at 1:33 am

    Works fine:

    $(document).ready(function () {
    
        $("#seeall2").hide();
    
        $("#seeall").bind("click", function () {
            $("#speakers").animate({
                width: 880
            }, 1500);
            $("#seeall").hide(500);
            $("#seeall2").show(500);
        });
    
        $("#seeall2").bind("click", function () {
            $("#speakers").animate({
                width: 410
            }, 1500);
            $("#seeall").show(500);
            $("#seeall2").hide(500);
        });
    }); 
    

    jsfiddle

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

Sidebar

Related Questions

I have 2 button objects (UIButton *obtn,*ebtn), I have created 12 buttons(6 buttons with
I have created 4 buttons via Interface Builder. I have an array which has
I am trying to create a rich text editor. I have created some buttons
I have created a custom popup to decorate my buttons with animated tooltips. I
I have created a radio group which contains two buttons, I can select one
I have created an alert view with two buttons using the following code: UIAlertView
I have created a Dialog with two buttons Yes, No, and then I have
I have created a class to play the sound when I click the buttons.
I have created a class to play the sound when I click the buttons.
i have just created a drum app. The user taps on the individual buttons

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.