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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T01:41:35+00:00 2026-06-18T01:41:35+00:00

Is there any script or jquery plug in that would allow a user to

  • 0

Is there any script or jquery plug in that would allow a user to scroll from left or right inside of div that acts as a menu?

The entire page would be static but you could swipe left or right to choose a different page. The end result would be viewed on an ipad. Similar to the cover flow feature in any ios device.

  • 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-18T01:41:36+00:00Added an answer on June 18, 2026 at 1:41 am

    Edit: Lol, seems like i misunderstood the question. You can create your own touchbased slider using jQuery mobile or swipe.js. Also i found a touchbased slider plugin here: http://www.photoswipe.com/

    If you want to do your custom slider, examine jsFiddle over there.

    You can create a mask area and place elements in it than by using mousewheel plugin you can calculate wheel’s velocity speed. You can use this value for animating mask area:

    Here is working jsFiddle.

    $('.mask').bind('mousewheel', function(event, delta) {
        var dir = delta > 0 ? 'up' : 'down', 
        vel = Math.abs(delta);//mousewheel's velocity value
    
        var cur = parseInt($('.imgHolder').css('left'));
    
        if( dir === 'up' && cur <= 0 ) {
            $('.imgHolder').css({'left':'+='+ vel*5 +'px'});
        }
        else if ( dir === 'down' && cur > -1100 ){
            $('.imgHolder').css({'left':'-='+ vel*5 +'px'});
        }
    
        return false;
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

is there any jquery or any script, that when u click on one link,
Is there any jquery plugin/script to detect Adobe Reader on user system ? and
Is there any way to call an action script function from an anchor which
Is there any way to start foobar.js WSH-script in order that standard Task Manager
Is there any way to link batch script (.bat files) so that they run
I have a jQuery search script that uses tabs for the user to define
is there any framework (jquery, or anything else) or any java script which can
Is there any way to freeze any jquery script functions while animation runs? for
I'm using this jQuery script to animate a div to open/close when the user
Is there any php script to find the name of the web server like

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.