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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:49:04+00:00 2026-05-23T03:49:04+00:00

i’m trying to replicate what you can see in the image here in jquery

  • 0

i’m trying to replicate what you can see in the image here in jquery to make a touch enabled version of an existing application:
jquery slider plus - minus

I’m using jquery-ui sliders and i’d like to keep using them because i have a lot of business logic tied to them, actually they have this look:

enter image description here

I need help for the css and html part, i don’t know how to make the effect where the “slider” gets filled when the user click on the “plus” button and on how i should organize my HTML to achieve that look.

My markup is as follows:

  <table>
    <tr>
      <td>
        <div id="timeName">
          Tempo a disposizione
        </div>

        <div id="travelTime">
          <div class="selectedHandler"></div>
        </div>
      </td>
    </tr>

    <tr>
      <td>
        <div class='paramName'>
          Architecture and Heritage
        </div>

        <div id="Architecture_and_Heritage" class="param" data-id="3">
          <div class="selectedHandler"></div>
        </div>
      </td>
    </tr>

    <tr>
      <td>
        <div class='paramName'>
          Culture
        </div>

        <div id="Culture" class="param" data-id="5">
          <div class="selectedHandler"></div>
        </div>
      </td>
    </tr>

    <tr>
      <td>
        <div class='paramName'>
          Fairs Performances and Special Events
        </div>

        <div id="Fairs_Performances_and_Special_Events" class="param" data-id="6">
          <div class="selectedHandler"></div>
        </div>
      </td>
    </tr>

    <tr>
      <td>
        <div class='paramName'>
          Food and Drink
        </div>

        <div id="Food_and_Drink" class="param" data-id="1">
          <div class="selectedHandler"></div>
        </div>
      </td>
    </tr>
  </table>
  • 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-23T03:49:05+00:00Added an answer on May 23, 2026 at 3:49 am

    Is this any help? It’s not really styled but sort of gives the idea: http://jsfiddle.net/TU95t/

    <html>
    
    <head>
        <meta charset="utf-8"> 
        <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css" type="text/css" media="all" />
        <link rel="stylesheet" href="http://static.jquery.com/ui/css/demo-docs-theme/ui.theme.css" type="text/css" media="all" />
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script>
        <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js" type="text/javascript"></script>
    </head>
    <body>
        <script>
            $(function() {
                var select = $( "#demo" );
                var slider = $( "<div id='slider'></div>" ).insertAfter( select ).slider({
                    min: 1,
                    max: 6,
                    value: 1,
                    range: "min",
                    change: function(event, ui) { 
                        var sliderValue = $( "#slider" ).slider( "option", "value" );
                        $('#sliderPosition').html(sliderValue);
                    }        
                });
        
            $('#increase').click(function() {
            var sliderCurrentValue = $( "#slider" ).slider( "option", "value" );
                slider.slider( "value", sliderCurrentValue + 1 );
            });
        
            $('#decrease').click(function() {
            var sliderCurrentValue = $( "#slider" ).slider( "option", "value" );
                slider.slider( "value", sliderCurrentValue - 1 );
            });
        });
        </script>  
        
        <div id="demo">
            <div id="sliderPosition">1</div>
        </div><!-- End demo -->
        
        <div id="increase" style="width:200px; height:30px; border: 1px solid #ccc;">
          + Increase Slider Value
        </div>
        <div id="decrease" style="width:200px; height:30px; border: 1px solid #ccc;">
           - Decrease Slider Value
        </div>
    </body>
    </html>
    <!-- End demo -->
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I have a text area in my form which accepts all possible characters from
I'm parsing an XML file, the creators of it stuck in a bunch social

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.