Questions tagged as 'sortable'

2
answers

CKeditor html content gets empty after using jQuery-ui Sortable in your parent div

I want to "sortable" 2 or more div's with a CKeditor populated with html, however when doing this the html of CKeditor loses the content and the editing space gets blocked. Follow fiddle: link HTML <div id='e'> <div id='e1...
asked by 06.11.2014 / 14:57
1
answer

I can not remove an item copied from one list to another (drag and drop)

I have the following code link . My problem occurs as follows: Add a Double Steppe in the list on the right. Add a Simple Steppe in the list on the right. Add a second Double Step in the list on the right. Drag a Double Step to the...
asked by 14.01.2015 / 14:59
1
answer

PHP - How to find the least common element in an array

The work consists in creating 2 arrays with random numbers between 0 and 30. These 2 arrays should be drawn from the most common element to the least common one. Then I have to show the most common, less common element to the screen, and whic...
asked by 10.10.2018 / 18:06
1
answer

Change order of objects in the array by dragging rows from angular table JS

I have a table and using jquery ( sortable ), I would like that when I drag the line by modifying the html of the table, the array Example:    CAMPO1       CAMPO2 /// DRAG THAT DOWN       CAMPO3...
asked by 25.01.2017 / 00:08
1
answer

Save value to variable

I'm using jQueryUI - Sortable to change the positions of the data in a table. However, I need to save the starting position (the position the line was before dragging) and the end position (where the line was dragged). These variables, I w...
asked by 25.06.2015 / 20:00
1
answer

I can not remove an item from drag and drop + sortable list

Hello, I have the following situation ... I have to develop a screen where the wheels of a truck are assembled. To do this, the customer needs a "drag" functionality of the vehicle parts. The screen should have two divs, the first one should...
asked by 13.01.2015 / 19:19
1
answer

Enable / disable drop in sortable (jquery)?

I'm working with the sortable of jQuery UI, however, I'm not able to enable / disable drop for every ul with 4 li (with 4 disable, with less enable, always enabling move the content from ul to another). My sortable js a...
asked by 11.07.2014 / 19:34
1
answer

Drag and Drop between columns with Sort, move the cards between them

I'm developing an application where I have 3 columns of cards, I need the cards to be moved from one column to another and between each other. I managed to get the card to be moved to another column, but I can only move it one time, once it i...
asked by 06.07.2018 / 01:35
0
answers

How to drag Div to another column? [closed]

In the image below, I have several columns where the user can drag the div and put it in another column, as shown in the image: I'musing Sortable for Jquery-UI . I can drag this div to the other column without major problems with the code...
asked by 24.08.2016 / 14:57
0
answers

How to update the database when reordering list by sortable

Daew lads, I'm using the sortable to reorder a list. How do I make the change in the bank within the function? Here is my code: <?php session_start(); if ($_SESSION['clienteLogado']=="") { header("Location:login.php");...
asked by 19.01.2016 / 17:30