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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T16:15:41+00:00 2026-06-03T16:15:41+00:00

I’m sure this is a question that is simple for most. I for some

  • 0

I’m sure this is a question that is simple for most. I for some reason am having a brain blank when trying to figure this out. Worst part is, I’ve done this before on a previous project.

Anyway, what I am trying to do is the following:

I have a page that has 1 set of radio buttons, and 5 jQuery sliders. These allow the user to adjust the parameters of their search (for lose diamonds).

Below the sliders, I want to have the search results returned. As the user adjusts the sliders, I plan on using the sliders Stop event to submit the form variables to the query, to update the results.

Ok, for the life of me I can’t seem to figure out how to do this, without the entire page refreshing itself. I have tried to have the results update within a but for some reason, nothing is returned.

Here is my test site location if you want to take a look at what I am trying to do:

http://www.dawnwood.net/ds/diamonds.php

Here is a jpg trying to explain what I’m trying to do:

http://www.dawnwood.net/ds/example.jpg

I seriously appreciate any help you guys can offer. This has been bugging me for several days now. I’ve tried everything from iFrames to Ajax updates. I can’t seem to get the right combination together, so it refreshes the div with the updated results.

Thank you all again,
Derek

PS- right now there is a submit button on the page. That is there only for my testing. I plan on NOT having that there when this is actually working.

PPS-

The last bit of ajax code I tried was the following. It didn’t seem to do anything.

$(document).ready(function(){
$.post('db_query.php', $("#epds").serialize(), function(data) {
                $('#search_results').html(data);
            });
});
  • 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-03T16:15:44+00:00Added an answer on June 3, 2026 at 4:15 pm

    Have you tried putting your post event inside an on change event? You’ll need to determine the selector for your inputs, but whenever any of those are changed it should submit the form on your page to update the information.

    $(document).ready(function(){
       $(INSERT SELECTOR FOR YOUR SLIDERS).change(function(){
           document.forms["epds"].submit();
       });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason, after submitting a string like this Jack’s Spindle from a text
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I have just tried to save a simple *.rtf file with some websites and
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am doing a simple coin flipping experiment for class that involves flipping a
I'm trying to create an if statement in PHP that prevents a single post
I have some data like this: 1 2 3 4 5 9 2 6
That's pretty much it. I'm using Nokogiri to scrape a web page what has

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.