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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:18:45+00:00 2026-06-04T22:18:45+00:00

Since I’m spending now about a week in solving a problem I decided to

  • 0

Since I’m spending now about a week in solving a problem I decided to kindly ask in this community if someone can help me or at least give me a clue before the story of falling down gets true 🙂

I’m programming a dynamic page in Python which generates HTML Output where a form is submitting its values to the generating Python script itself – that works very well – using JQuery Mobile on the Client side.
I do use a multi-page Layout where 5 Pages contain a form with sliders.

I want that all sliders trigger a cgi script (which is the Python script itself).
I did this first with the following code in each form:

<form action="**scriptname**" method="get" name="raum1" id="f_raum1">

<input type="range" name="slider_r1l" id="slider-1" value="**bfout1**" min="-70" max="12" data-theme="b" data-highlight="true" data-track-theme="a" onchange="document.getElementById('f_raum1').submit()"/>

(the xxx Values will be replaced by python before output to the browser)

The Problem is, that the onchange is triggered before I complete my slider value change (means that I’m still on the way on the slider to change the values) since even a small change triggers the cgi request.
I want to do that with vmouseup so that the trigger becomes true when I release the finger or mouse from the device.

I tried this in my html header but I don’t get it to work (surely cause of my lack of Javascript knowledge) and removed the onchange within the input tag:

<script type="text/javascript">
var in = getElementsByTagName("INPUT");
$(in).bind('vmouseup', function () {
self.document.submit();
 });
</script>

Where is my Problem? This should bind all input tags to the vmouseup function?

  • 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-04T22:18:47+00:00Added an answer on June 4, 2026 at 10:18 pm

    The mouse is interacting with the graphical components, not the input box. You could bind to the -ui-slider:

    $('#slider-1').siblings('.ui-slider').bind('vmouseup', function () {
      /* Do submit */
    });
    

    You got a more detailed description of how to bind slider events here:
    jQueryMobile: how to work with slider events?

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

Sidebar

Related Questions

since they have same rendering engine, this problem shows in both. it works great
Since multiple requests can slow down the speed at which a site loads, I
Since trees are special kind of graphs or we can categorize trees in DAG(Directed
Since yesterday I can't read and write the html in jsfiddle, field is empty…
Since I started this new webshop for a friend to launch, which still in
Since I've known about Node.js, I've always been a fan of it. But today
Since hours I am working on a very hard problem: How is a DataGrid
Since this morning my local install of EE 1.6.8 is failing to load the
Since I started writing this question, I think I figured out the answers to
Since I have started learning about rendering to a texture I grew to understand

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.