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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:39:14+00:00 2026-05-24T05:39:14+00:00

i need to display the parent and child value. but here i have got

  • 0

i need to display the parent and child value. but here i have got the value only one side. but i need both sides.

for example:

i have list like below:

title1
  yellow
  pink

title2
  green
  rose

if i drag the yellow and place it into title2. then i have to display the value of parent and child like this

title1_pink(yellow drag and placed it into title2)
title2_green
title2_yellow
title3_rose

here fiddle link: http://jsfiddle.net/thilakar/mwypv/16/

  • 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-24T05:39:14+00:00Added an answer on May 24, 2026 at 5:39 am

    You could do:

    var origTitle;
    var origColor;
    $(".droptrue").sortable({
        connectWith: "ul.mt",
        dropOnEmpty: true,
        start: function(event, ui) {
            origColor = ui.item.text();
            origTitle = ui.item.parent().siblings('.Tbltitle').text();
        },
        stop: function(event, ui) {
            var order = [];
    
            ui.item.closest('ul').children('li').each(function() {
                order.push($(this).data('position'));
                var c = $(this).text();
                if (c === origColor) {
                    var z = origTitle;
                } else {
                    var z = $(this).parent().siblings('.Tbltitle').text();
                }
                $("#cl").append(z + "_" + c + "<br />");
            });
        }
    });
    

    Fiddle here: http://jsfiddle.net/nicolapeluchetti/mwypv/17/

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

Sidebar

Related Questions

I need to display image and one button on fancybox popup but I can't
I have a large result set assembled in a parent/child relationship. I need to
I need to display records from my sql from the parent table that have
I am having a table like the following,need to display as Parent and child
I have a centered layout using margin:0 auto; , but one of my child
I've got a dataset with two tables, a simple one to many parent child
I need to display the parent from the first Element of input.xml Also I
i am developing one application with map view i need display the weather depends
I need to display all the employees in one webpart. I created the gridview
i need to display value of <input> into the <span> and when label become

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.