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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:41:43+00:00 2026-06-13T13:41:43+00:00

I have tweaked this Slideshow script and am around 99% happy with it. Current

  • 0

I have tweaked this Slideshow script and am around 99% happy with it.

Current DEMO: http://jsfiddle.net/Qu3NK/4/


I just wonder, if I can possibly remove the integers (‘2 text goes here’ & ‘4 other text here’) from my navigator divs & not break the slideshow at the same time. I guess I would need to change my code here:

$(".navigator").on("click", function () {
        alert("clicked");
        navigate_to(parseInt($(this).html(), 10));
    });

So ultimately, my navigation would just be text and not include integers.

Also, is there a way to disable this slideshow from playing at the start?

  • 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-13T13:41:44+00:00Added an answer on June 13, 2026 at 1:41 pm

    Why don’t you store it in an attribute? For example, in HTML5 it’s valid to use custom data- attributes:

    <div class="navigator" style="font-size:30px" data-slide="2">text goes here</div>
    <a class="navigator" style="font-size:30px;" data-slide"4">other text here</a>
    

    You can then use this alternate code:

    $(".navigator").on("click", function () {
        navigate_to(parseInt($(this).attr('data-slide')), 10);
    });
    

    If you aren’t using HTML5 or don’t want to take that approach, then do something like:

    <div class="navigator" style="font-size:30px" id="navigator-2">text goes here</div>
    <a class="navigator" style="font-size:30px;" id="navigator-4">other text here</a>
    

    And then:

    $(".navigator").on("click", function () {
        var id = $(this).attr('id');
        navigate_to(parseInt(id[id.length-1]), 10);
    });
    

    EDIT:

    And to stop the animation:

    stopAnimation();
    

    Consolidated jsFiddle: http://jsfiddle.net/Qu3NK/10/.

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

Sidebar

Related Questions

I tweaked this script that I used from JqueryUi and I have a problem.
I have tweaked the standard jelly template to display the current test results in
I have a client who wants his script to be tweaked for some modifications.
have written this little class, which generates a UUID every time an object of
have a problem. At first look at this HTML <div id=map style=background-image: url(map.png); width:
I have inherited a working VB.NET 2.0 web app that has several User Controls
I have generated a @font-face with FontSquirrel, and resulted these (tweaked later) rules: @font-face
I've got this strange problem using py-amqp and the Flopsy module. I have written
I have been at this problem for awhile now and I can't quite figure
This code is fairly minimal and should be able to be tweaked to a

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.