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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:10:27+00:00 2026-05-25T06:10:27+00:00

I have a simple question about jqTouch. Is it possible to programmatically slide jqTouch

  • 0

I have a simple question about jqTouch. Is it possible to
programmatically slide jqTouch object?

Let say, for example, that I have a ul list of 100 li elements
sorted by time. When I create this list, I would like automatically
slide to li with current time – let say it is on position 50. How
can I do that? Is it possible?

In jCarousel for example you can sel scroll number and call .next().
How about jqTouch? Is it possible and if yes – how?

  • 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-25T06:10:27+00:00Added an answer on May 25, 2026 at 6:10 am

    When you are creating the list, you can add a class, e.g. “currentTime” to the li you want to scroll to. then use the scrollTop function to scroll to the position of the li

    function  scrollToElement(selector,animate) {
        //get the position of the li with class currentTime 
        var pos = $(selector).offset().top;
        if (animate){
            $('html,body').animate({ scrollTop: pos },'slow');
        } else {
            $('html,body').scrollTop(pos);
        }
    }
    

    You can bind it to one of the jqtouch page events like this. ‘#results’ is the page you are navigating to, using jqTouch.

    $(function () {
        $('#results').bind('pageAnimationEnd', function (e, info) {
            if (info.direction === "in" && loadOnce) {
                scrollToElement('li.currentTime',animate)
            }
        });
    });
    

    If you are not using jqTouch, just call it on jquery’s document ready or anywhere else after your list is loaded in the DOM

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

Sidebar

Related Questions

I have a simple question about filtering attributes in WEKA. Let's say I have
I have a simple question, but I'm about 80% sure that the answer to
simple question about intent action naming convention: I have a new service that handles
I have a simple question about a java map.Suppose I have a map that
I have a simple question about jquery slideDown, SlideUp. I'm using slideDown to slide
I just have one simple question about XSS attack. I know that you can
I have a (somewhat) simple question about android. I have some classes that contain
I have a simple basic question about C# and inheritance. In the below example,
I have a simple question about .net delegates. Say I have something like this:
I have this rather simple question about Scala. Given that i have to following

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.