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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:05:53+00:00 2026-05-27T17:05:53+00:00

I want to use scroll jQuery plugin to scroll to anchor tag because I

  • 0

I want to use scroll jQuery plugin to scroll to anchor tag because I don’t want to browser to add # to the end of url when you click links.
I don’t want anyone to bookmark url of my web site with #.

<html>
    <body>
        <a name="top"></a>TOP
        <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
        <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
        <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
        <a href="#top">top</top>
    </body>
</html>

Is jQuery.ScrollTo the most standard plugin to do that?
http://demos.flesler.com/jquery/scrollTo/

I want to support IE6, FF4, Chrome, Android, and iphone.
Does jQuery.ScrollTo support them?
Or shouldn’t I use the scroll plugin if I need browser comatibility?

  • 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-27T17:05:54+00:00Added an answer on May 27, 2026 at 5:05 pm

    You don’t need a plugin + give your users a nice smooth scroll with scrollTop (live example here – http://jsfiddle.net/7qr3y/9/ ):

    HTML:

    <a href="#" class="bottomscroll">bottom</a>
    

    jQuery:

    $('.bottomscroll').click(function() {
         $('html, body').animate({ scrollTop: $('#bottom').offset().top }, 'slow');
         return false;
     });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I regularly use the jQuery jScrollPane plugin to add custom scroll bars to page
I would like to reproduce UIScrollView's flick-to-scroll behavior, but I don't want to use
i want to use both of these jquery tools plugin in a page: http://flowplayer.org/tools/demos/scrollable/site-navigation.html
I want to use the tablesorter plugin: http://tablesorter.com/docs/ with the thead plugin: http://www.asual.com/jquery/thead/ It
I'm trying to use the scrollTo plugin for jQuery in order to scroll certain
If I want to use the mouse to scroll the window when it gets
Possible Duplicate: jQuery scroll To Element Basically, I want my user to be instantly
I found an anchor plugin for jQuery, and its demo site is at http://www.position-relative.net/creation/anchor/
I'm working on an autosuggest plugin with jQuery, and I'd like to add Keypress
Can any one know/have URL links for user defined scrollbar plug-in's in jQuery? 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.