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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:38:31+00:00 2026-05-29T07:38:31+00:00

http://jsfiddle.net/9BCrs/ The idea is to click Slide Left and the DIV’s slide left –

  • 0

http://jsfiddle.net/9BCrs/

The idea is to click Slide Left and the DIV’s slide left – that works. What doesn’t work is if I click Slide Right and nothing moves.

Any help is appreciated.

$(function(){
    $(".link1").click(function(){
        $(".block1").stop(true, true).animate({left:-400}, 200);
        $(".block2").stop(true, true).animate({left:25}, 200);
    });
});

$(function(){
    $(".link2").Click(function(){
        $(".block2").stop(true, true).animate({left:450}, 200);
        $(".block1").stop(true, true).animate({left:25}, 200);
    });
});

and HTML

<div id="block_container">
    <div class="block1">
        <div class="link1">Slide Left</div>
    </div>
    <div class="block2">
        <div class="link2">Slide Right</div>
    </div>
</div>
  • 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-29T07:38:32+00:00Added an answer on May 29, 2026 at 7:38 am

    Typo, you have an uppercase ‘C’ for the click function on the .link2 selector.

    $(".link2").click(...
    

    It’s also worth noting that you don’t need to wrap each handler in it’s own document ready handler.

    Updated fiddle

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

Sidebar

Related Questions

http://jsfiddle.net/WTELW/4/ The following works fine on JSFiddle, but doesn't seem to work right in
http://jsfiddle.net/AndyMP/nUhhf/1/ This is a simplified situation where I have a DIV that animates downwards
http://jsfiddle.net/danielcgold/SYgzJ/ When you click on the input then go on blur, artifacts are left
http://jsfiddle.net/VTD9P/2/ $(button).click(function(){ $(body).append('<div class=vidminclose>X</div>'); }); $(.vidminclose).click(function(){ $(this).remove(); }); ​ ​why is it when i
http://jsfiddle.net/9BCrs/5/ I have this set up to load a file into a DIV using
http://jsfiddle.net/3eMGR/16/ I'm trying to make it so that on the first click it shows
http://jsfiddle.net/zjRga/55/ I want a div to open up that will appear over top of
http://jsfiddle.net/LUfgY/ It doesn't show it there but if that code is run on normal
http://jsfiddle.net/buhlett/paw5w/ The accordion works smoothly but it doesn't allow me to close all the
http://jsfiddle.net/GGsEt/3/ Works on firefox HTML <ul> <li class="lib_undefined"> <span class="hidden_toggle"> <a href="/">Test</a> </span> </li>

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.