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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:54:37+00:00 2026-06-05T11:54:37+00:00

i’m using this really cool library for modifying the traditional RadioButtonLists. Image Tick V

  • 0

i’m using this really cool library for modifying the traditional RadioButtonLists.
Image Tick V 2.0
But how do i use this for playing with Multiple RadioButtonList, like below

O option1 (Checked)
O option2
O option3
O option4

O option1 (checked)
O option2
O option3
O option4

tried with different “Name” and “id” attributes. So far was able to render two lists, but after clicking on them (here Option3 on first list), the Lists started to act as one list like below

O option1 
O option2
O option3 (checked)
O option4

O option1 
O option2
O option3
O option4

Its like the script starts to treat both the lists as a single list. Any direction to proceed forward with this?
Updated My Fiddle link
http://jsfiddle.net/skriyas/mctcs/236/

  • 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-05T11:54:39+00:00Added an answer on June 5, 2026 at 11:54 am

    According to the image tick examples. Just make sure each you are grouping the radio input buttons by their name. Then in the script you should have code like this.

    $("input:radio").imageTick({ // target all the radio buttons instead of selecting by name
        tick_image_path: "images/radio.gif",  // the image you want to use as a selected state of the radio/checkbox
        no_tick_image_path: "images/no_radio.gif", // image you want to use as a non selected state
        image_tick_class: "radios" // the class you want to apply to all images that are dynamically created
    });
    

    In their example they were selecting the radio element by name so if you copied that code you would have to copy/paste the code multiple times for each group

    EDIT:

    In your script you are not checking if they are in the same group or not. I’ve updated the fiddle here with the check and it works as it should now. There’s probably a better way using filter but I’m not too good with it yet.
    http://jsfiddle.net/mctcs/237/

    $("#tick_img_"+id).click(function(){
                var thisGroup=$(this).next('input').attr('name');   // This is the clicked group         
                    $("." + opt.image_tick_class).each(function() { 
                        if($(this).next('input').attr('name') === thisGroup){ // check to only modify clicked gruop
                        //console.log($(this).attr('name'));
                        var r = this.id.split("_");
                        var radio_id = r.splice(2,r.length-2).join("_");
                        $(this).attr('src', no_tick_image_path(radio_id));
                        }
                    });
                    $("#" + id).trigger("click");
    
                    $(this).attr('src', tick_image_path);
    
     });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I want to count how many characters a certain string has in PHP, but
link Im having trouble converting the html entites into html characters, (&# 8217;) i
For some reason, after submitting a string like this Jack’s Spindle from a text
I am trying to understand how to use SyndicationItem to display feed which is
I am reading a book about Javascript and jQuery and using one of the
this is what i have right now Drawing an RSS feed into the php,

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.