Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

149
Views
Issue with overlapping Drag and Drop connecting with wrong components

Link to Video: https://youtu.be/16OXCpw3MBs

I have a stange one, I have three div's two of which scroll horizontal/vertical all of the divs have cards in that are draggable to enable moving of cards and ordering them. All works fine until you scroll one of the div's so that the columns are "under" another div.

I have attached a video to try to show this as I can't think of of an easy way to explain the issue.

Here is the drag and drop code:

$(function () {
  $('ul.sort')
    .sortable({
      containment: 'document',
      helper: 'clone',
      appendTo: "body",
      connectWith: ".sortable",
      stop: function (e, ui) {
         //Functions removed for security - some AJAX made here
        }
      },
      
    })
    .disableSelection();
});

I thought Z-Index would sort it but the draggable component is connecting with droppable elements under the element I want it to connect with.

Thanks in advance.

Link to Video: https://youtu.be/16OXCpw3MBs

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!