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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:48:19+00:00 2026-05-30T13:48:19+00:00

I tried to get the following code working where an element from a selectable

  • 0

I tried to get the following code working where an element from a selectable should be cloned and appended to a sortable in a different tab. However, the node from the selectable is not cloned at all but instead removed and appended to the sortable. Here’s the code:

 <head>
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2 /jquery.min.js"></script>
 <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js"></script>
 <link rel="stylesheet" type="text/css" href="ui-lightness/jquery-ui-1.8.15.custom.css">
 <script type="text/javascript">
 $(function() {
    var $tabs = $('#tabs').tabs();
    $( "#selectable" ).selectable();
    $('li', '#selectable').draggable({
        connectToSortable: '#sortable',
        helper: 'clone',
        revert: 'invalid'
    });

var $tab_items = $('ul:first li', $tabs).droppable({
    accept : '#selectable li',
    hoverClass : 'ui-state-hover',
    drop : function(event, ui) {
        var $item = $(this);
        var $list = $($item.find('a').attr('href')).find('.connectedSortable');
        $tabs.tabs('select', $tab_items.index($item));
        $(this).appendTo($list).show('slow');
    }
});

$('#selectable, #sortable').disableSelection();
});
</script>
</head>
<body>
<div id="tabs">
<ul>
    <li><a href="#tab-selectable">Tab1</a></li>
    <li><a href="#tab-sortable">Tab2</a></li>
</ul>
<div id="tab-selectable">
    <ul id="selectable">
        <li id="e101" class="ui-state-default">Num 1</li>
            <li id="e102" class="ui-state-default">Num 2</li>
        <li id="e103" class="ui-state-default">Num 3</li>
        <li id="e104" class="ui-state-default">Num 4</li>
        <li id="e105" class="ui-state-default">Num 5</li>
    </ul>
</div>
<div id="tab-sortable">
    <ul id="sortable" class="connectedSortable ui-helper-reset">
    </ul>
</div>
</div>
</div>
</body>

Any ideas?

  • 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-30T13:48:20+00:00Added an answer on May 30, 2026 at 1:48 pm

    With a simple ui.draggable.clone() it finally worked.

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

Sidebar

Related Questions

I tried for several hours to get the following code working. The code should
I tried the following code to get an alert upon closing a browser window:
I tried the following code. Although I don't get any errors, it did not
I tried the following: Basically, it should say: If there's no cookie, get lang
My friend gave the following code which is working awesome here http://jsfiddle.net/WVLE2/ I tried
I get the following error when attempting to install RubyGems . I've tried Googling
I tried using "cap rollback" but I get the following error: $ cap rollback
I tried following the answer to this question , but could not get xsd.exe
To get the height and width of a GtkEventBox , I tried the following:
Have you managed to get Aptana Studio debugging to work? I tried following this,

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.