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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T22:43:59+00:00 2026-06-07T22:43:59+00:00

I have created a nested ul li tree. I want a radio or a

  • 0

I have created a nested ul li tree. I want a radio or a checkbox control before each li node. For that I have a class="single/multiple" for each li. Now I have created a jquery nested function which scans through all the li’s and append a radio or a checkbox control. It is working fine.

JQUERY:

var count = 0;
$(function(){
    AddCBRadNodes($("#tree").children("ul"));
});


function AddCBRadNodes(node) {
    count = count+1;
    $(node).children("li").each(function() {
        if($(this).hasClass("single")) {
            $(this).prepend("<span><input type='radio' name='rad_"+count+"' /></span>");
        }
        else if($(this).hasClass("multiple")) {
            $(this).prepend("<span><input type='checkbox' name='cb_"+count+"' /></span>");
        }

        //Nesting here
        if($(this).children("ul").children("li").size() > 0) {
            AddCBRadNodes($(this).children("ul"));
        }
    });
}​

Fiddle is here – http://jsfiddle.net/ashwyn/Y46Dw/1/

What I am unable to do is that I need a unique name for each li level. For eg. A1, A2, A3 should have same name but different name than other li’s. If you will analyse the controls in firebug then you will understand that my current jquery is assigning rad_1 to P1, rad_6 to P2 and P3. It is logic issue regarding which I desperately need help. Thanks in advance.

  • 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-07T22:44:01+00:00Added an answer on June 7, 2026 at 10:44 pm

    Simplified jquery to show only radio.

    Here is the working fiddle.

    http://jsfiddle.net/ashwyn/Y46Dw/14/

    If there is a previous li sibling then I copied the name or else I have incremented the count.

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

Sidebar

Related Questions

I have created a customer c# DropDownList control that can render out it's contents
I have a JSON/Python nested list which represents a tree, each item being a
I have the following class called Tree that builds a simple tree class Tree
I have created a nested list with drag/drop functionality. My issue is that I
I am running rails 3.2 I have created a nested form (requests > tags)
I'm working on a navigation control. I have nested lists which creates this: What
I have created some JQuery that will expand a div 'popup' on hover and
I have created an android application that calls (using kSOAP library) a SOAP based
I want to be able to create a tree view that can get its
I have a tree (nested categories) stored as follows: CREATE TABLE `category` ( `category_id`

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.