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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T12:01:17+00:00 2026-06-06T12:01:17+00:00

I have this interesting obstacle on my project. I am currently doing a MVC3

  • 0

I have this interesting obstacle on my project.

I am currently doing a MVC3 project which runs on tablets and smartphones. It includes a HTML5 slider with page navigation. The concept is very similar with “The Daily” app on iPad.

http://youtu.be/KHILJBw-104

The concept comes from the video 0:15 onwards.

I want to use HTML5 slider to navigate the pages. When I slide the slide bar, I use onchange to detect the value change in html5 slider

@using (Ajax.BeginForm("ViewFilter", new AjaxOptions { UpdateTargetId = "showpage" })){   
    <input name="sliderStatus"  id="sliderStatus" type="range" min="0" max="100" value="0" step="1"  onchange="$(this.form).submit();" />
</div>}

However the action “ViewFilter” keep rendered whenever I change the value of the slider.

Is there any possible way to deal with it such that the value will only be changed when we slide the slidebar and release?

Important: Jquery slider will not work on tablets and smartphones such that it is not draggable on the tablets browser, for instance, IE10 on Windows 8 and Safari on iPad.

  • 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-06T12:01:18+00:00Added an answer on June 6, 2026 at 12:01 pm

    if you what you want is for the event to fire after the user slides and then releases the mouse you may consider using the mouse up event which would be somethink like this or you can set timeout for your event or you can use onchnge with time interval such as the time it takes to scroll so the system will wait and fire the event as not firing it imidiatly after change

    https://developer.mozilla.org/En/Window.setInterval // more on set interval

    $('#sliderStatus').mouseup(function() {
      $(this.form).submit();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have been reading this interesting article which is increasing my every growing confusion
I currently have this environment on my project: public abstract class Foo { private
As part of my ecommerce application, I have this interesting problem, I've been trying
Alright, this one's interesting. I have a solution, but I don't like it. The
I have a really interesting case: I have a site where this is already
I have a window with 3 radiobuttons like this(removed all non interesting props): <Control
Have this self-made slider: http://jsfiddle.net/wyc3P/4/ What it does: takes min and max values in
I have this interesting jQuery function. It basically adds a click handler to link,
I have this kinda interesting requirement. Typically you use XSLT to transform an XML
I have just read this interesting article about the implementation details for various languages

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.