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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T03:53:50+00:00 2026-05-18T03:53:50+00:00

I trying to make a simple image gallery, where I have several radio button

  • 0

I trying to make a simple image gallery, where I have several radio button groups to filter the search results.(I am pretty new to jquery, and started learning it today, so please be patient.)

1)I have tried this code to create an associative array, but the array comes up as blank. Any ideas?

$('input:radio:checked').each(function(){
        searchCriteria[this.name]=this.value;
    });

2)Along with that, can someone show me how to post the data to a php page( using jQuery ajax), using POST method?
Will this work?

$.post('testResults.php',searchCriteria,displayResult);

To every one trying to help:
The following code seems to work

    $('input:radio:checked').each(function(){
        searchCriteria.push(new addValue(this.name,this.value));
        //searchCriteria['this.name']=this.value;
    });

function addValue(a,b)
{
    this.key=a;
    this.val=b;
};

But that creates an object array…..why am I having problems creating the associative array?

  • 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-18T03:53:50+00:00Added an answer on May 18, 2026 at 3:53 am

    try this:

    var searchCriteria = {},
    $('input[type="radio"]:checked').each(function(){
        searchCriteria[$(this).attr('name')] = $(this).val();
    });
    

    ok, could be useful for you this output to send ajax?

    var searchCriteria = $('input:radio:checked').serialize();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to make a very simple Image gallery. Most of the design is
I am trying to make a simple load more button where I have an
I'm trying to make a simple blur effect in c. I have an image
I'm trying to make simple image gallery with html/css and a bit of javascript.It's
Trying to make simple minesweeper game in python, but have one problem. I have
I am fairly new to iOS development and trying make a simple app which
im trying to make a simple search on my database from the index action
I'm trying to make a gallery with highslide. I have two thumbnails, a larger
I'm trying to make a simple jQuery gallery with only 3 images as pictured
I'm trying to make a simple gallery and can't figure out what is wrong

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.