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

112
Views
bind two elements with jQuery sortable ui

Can not understand how to make columns sortable.

I want that after image draged data under 'dragged imaged' move with this image in place.

link to a project: https://saturn-handmade-slider.vercel.app/

My markup is like:

<div class='slider-container'>
  <div class='slider-track' id='slider'>
    //items here
    <div>ITEM1</div>
    <div>ITEM2</div>
    <div>ITEM3</div>
  </div>
  <div class='item-data'>
     <div class='row'>(data in "row"equal items quantity)
       <p>item1</p>
       <p>item2</p>
       <p>item3</p>
     </div> 
  </div>
<script>
 $("#slider").sortable({
        revert: 100,
        axis: "x",
    });
</script>
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!