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

The Archive Base Latest Questions

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

I have a normal sortable list, and a toolbox from where I want to

  • 0

I have a normal sortable list, and a “toolbox” from where I want to get elements into the list. So for example:

<ul id="list"></ul>
<ul id="toolbox">
  <li>item 1</li>
  <li>item 2</li>
</ul>

I want to make it so that when you drag one of the toolbox’s elements, it creates a copy of itself that can attach to the list. Also, I don’t want the user to reorder the elements of the toolbox.

I’m using this, but it doesn’t do everything I need:

$('#toolbox').sortable({
  'connectWith': '#list',
});
  • 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-18T00:48:30+00:00Added an answer on May 18, 2026 at 12:48 am

    jQuery UI draggable+sortable is just what you are seeking for.

    $( "#list" ).sortable({
        revert: true
    });
    $( "#toolbox li" ).draggable({
        connectToSortable: "#list",
        helper: "clone",
        revert: "invalid"
    });
    $( "ul, li" ).disableSelection();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a list of elements which I would like to make sortable and
I have a table that's generated by a normal PHP loop. What I want
Suppose I have normal button.Click event. If I try to access UI elements from
I have a normal dropdown which I want to get the currently selected index
I have a table in SQL server that has the normal tree structure of
I have a program that needs to run as a normal user most of
Is it normal to modify setter arguments? Let's imagine that we have setString method.
I have a datagrid that I want the user to sort the rows on.
I have normal HTML input fields, that have default borders depending on Window/Browser settings.
I have a normal VS2008 project that I've been working on for awhile that

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.