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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:58:01+00:00 2026-06-05T00:58:01+00:00

Is it possible to implement jQuery horizontal scrolling in asp.net mvc? I think in

  • 0

Is it possible to implement jQuery horizontal scrolling in asp.net mvc? I think in this case it the same page with different div’s in it. But in my case on click of button I wan to load a different page with horizontal scrolling.

jQuery Sample:

http://tympanus.net/Tutorials/WebsiteScrolling/index.html

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-06-05T00:58:03+00:00Added an answer on June 5, 2026 at 12:58 am

    cool,

    had a look at your ref page (http://tympanus.net/Tutorials/WebsiteScrolling/index.html), all it really does is scroll divs into view that are placed outside the viewport. there are many scrolling jquery plugins that do this, and in your case, all you need is a similar setup to the core concept on your ref page. I had a look at that and here is all that basically happens:

    <script type="text/javascript">
        $(function () {
            $('ul.nav a').bind('click', function (event) {
                var $anchor = $(this);
                /*
                if you want to use one of the easing effects:
                $('html, body').stop().animate({
                scrollLeft: $($anchor.attr('href')).offset().left
                }, 1500,'easeInOutExpo');
                */
                $('html, body').stop().animate({
                    scrollLeft: $($anchor.attr('href')).offset().left
                }, 1000);
                event.preventDefault();
            });
        });
    </script>
    

    i.e. for the 3 areas in that demo, 3 very distinct ‘actions’ are called via the jquery/js script. at best, the demo really simplifies your problem into a very clear and demonstrable approach to your problem -look at it closely, the answer is there! If ajax is required, then it’s just a matter of extending the above core code to embrace that (along with the html semantics of course).

    hope this helps, as I’m certain you’re 90% of the way there anyway.

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

Sidebar

Related Questions

I need to load images after page load completed in ASP.Net without using JQuery.
Is it possible to implement the jQuery validation without using any plugins for this..
is it possible to implement SignalR without the use of Jquery. I want to
Is it possible to implement long press in JavaScript (or jQuery)? How? (source: androinica.com
Is is possible to implement smooth scrolling using both a UIScrollView and placing a
I'm trying to implement something like a photo carousel in jQuery. This carousel could
I am developing an asp.net application in which I want to implement the discussion
Is it possible to implement Remember Me using jquery? If so, any suggestion how
I want to implement paging in Repeater via JQuery. Is it possible? If yes,
Possible Duplicate: Detect element content changes with jQuery I have a wrapper div say

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.