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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T03:44:25+00:00 2026-06-10T03:44:25+00:00

I am working on a project which requires jquery scrollTo plugins from Ariel Flesler:

  • 0

I am working on a project which requires jquery scrollTo plugins from Ariel Flesler: Plugin-website

I followed the description and also did my research on stackoverflow to be sure.

The following approach is not working, even if it looks right to me.

At this point I guess I am making an obvious mistake which I dont see. I guess I need some help.

Here is the code:

In the head:

<script type="text/javascript" src="(...)/js/jquery.scrollTo-1.4.2-min.js"></script> 
<script type="text/javascript" src="(...)/js/jquery.localscroll-1.2.7-min.js"></script> 
<script type="text/javascript" src="(...)/js/jquery.serialScroll-1.2.2-min.js"</script>

The jquery:

<script type="text/javascript">
jQuery(function( $ ){

var $paneTarget = $('#container');

    $('#down').click(function(){
        $paneTarget.stop().scrollTo( {top:'+=50px',left:'+=0'}, 500 );
    });

});
</script>

The markup:

<div id="container">
 <ul>
  <li></li>
  <li></li>
  <li></li>
  <li></li>
 </ul>
</div>
<a id="down" href="#">Next item</a>

Note:

Container – 100px in height

List-Items – 50px in height each

Both have a width of 100%.

I really can’t figure out where I am making a mistake here. What am I missing?

  • 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-10T03:44:26+00:00Added an answer on June 10, 2026 at 3:44 am

    no need for a plugin imho.

    $(function() {
        var y=0;
        $("#down").click(function(e){
            e.preventDefault();
            $("#container").animate({scrollTop: y+=50}, 1000);
        }) 
    })
    

    look at this fiddle: http://jsfiddle.net/flyingsausage/kU2ME/

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

Sidebar

Related Questions

I was working on a project which requires to download content from a database.
I am working on a project report which requires some tricky output from a
i am working on a project which requires some image processing, i also asked
I'm working on a project which requires me to calculate the heading from a
I am currently working on a project which requires migration of content from different
I am working on a project, which requires me to select a item from
Hello everyone i am working on a project which requires me to export some
I have started working on a project which requires Natural Language Processing. We have
I'm working on a project for my companies intranet which requires that multiple attached
A project I'm working on needs avro, which requires python-snappy, which requires snappy. I

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.