Most voted "sortable" questions
20 questions
Sort by count of
-
13
votes2
answers1285
viewsCkeditor html content is empty after using jQuery-ui Sortable in your parent div
I want to leave "sortable" 2 or more div’s with a Ckeditor populated with html, but when doing this the html of Ckeditor loses the content and the editing space is blocked. Fiddle next:…
-
5
votes1
answer95
viewsI cannot remove an item copied from one list to another (drag and drop)
I have the following code http://jsfiddle.net/6hLsfqtn/. My problem occurs as follows: Add a Double Steppe to the list on the right. I add a Simple Steppe to the list on the right. Add a second…
-
3
votes1
answer1592
viewsChange order of objects in the array by dragging rows from the JS angular table
I have a table and using jquery ( sortable ), I’d like when you drag the line by modifying the html of the table, the order of the array change Example: CAMPO1 CAMPO2 /// DRAG THIS ONE DOWN CAMPO3…
-
2
votes1
answer256
viewsSave value in variable
I’m using the 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 final position…
-
2
votes1
answer300
viewsPHP - How to find the least common element in an array
The job is to create 2 arrays with random numbers between 0 and 30. These 2 arrays should be drawn from the most common element to the least common. Next I have to show to the screen the most…
-
1
votes1
answer377
viewsEnable/disable drop in sortable (jquery)?
I’m working with the sortable jQuery UI, however, I am unable to enable/disable the drop for each ul with 4 li (with 4 disabled, with less enabled, always allowing to move the content of ul to…
-
1
votes0
answers52
viewsMove to ul empty sortable jQuery
I have a page with 3 ul sortable, I can’t move the div to empty ul, they could check my code. In the example image I cannot move the content of the div Prospect to the empty ul Negotiation and…
-
1
votes1
answer182
viewsI cannot remove an item from the drag and drop + sortable list
Hello, I have the following situation... I have to develop a screen where the rounds of a truck are mounted. To do this, the customer needs a "drag" feature on the vehicle parts. The screen should…
-
1
votes0
answers243
viewsHow to update the database when reordering list by sortable
Daew guys, I’m using sortable to reorder a list. How do I make the change in the bank within the function? Follow my code: <?php session_start(); if ($_SESSION['clienteLogado']=="") {…
-
1
votes0
answers214
viewsLike dragging Div to another column?
In the Below image, I have several columns where the user can drag the div and put it in another column, as illustrated in the image: I’m using Sortable of Jquery-UI. I can drag this div to the…
-
1
votes1
answer325
viewsDrag and Drop between columns with Sort, move 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 the other and between each other. I was able to get the card moved to another column,…
-
0
votes1
answer173
viewsjScrollPane with jQuery Sortable from 2 lists
I’m riding a layout where I have two lists (first with 3 maximum items and the second with other items), I can move items between the lists using the sortable jQuery. The function works perfectly,…
-
0
votes1
answer162
viewsHow to use Jquery Sortable?
have that code where I’m using the sortable jquery. But I’m having problems, because I would like each item to be moved only by ico, but the current code allows you to drag each item from anywhere…
-
0
votes2
answers677
viewshow to use the Jquery sortable update method?
have the this code and would like to update the value within the div based on the position it occupies. I’ve already been able to get its value when the order is changed, but I can’t get other…
-
0
votes1
answer114
viewsusing sortable dynamically
every time I drag and "drop" the bar from input of the kind text within the buttons, the same input bar must be generated below the header menu . Problem: Every time I drop the input inside the…
-
0
votes0
answers18
viewsng-sortable with bi-directional array
need to traverse a array of array and create separate lists using ng-sortable pro user can change data positions. Array() $scope.teste = [{'julio' : 16, 'emerson' : 14, 'aspas' : 13}, {'fernando' :…
-
0
votes1
answer69
viewsHow to make a "part"/line of the <tbody> be static in a responsive table?
Hello. I am using tablesort to sort my table every click I one of your headers. The problem is that the line "Total" <tr class="bg-info"> <th colspan="1">TOTAL:</th> ...…
-
0
votes0
answers31
viewsSortable with Z-index
People I’m wanting to use this function that Jquery provides but increasing it: Jquery function: $(function() { $("#sortable").sortable(); $("#sortable").disableSelection(); }); #sortable {…
-
-1
votes1
answer17
viewsHow to recover values using sortable! of a li’s date and the current position of the
I am trying to change the (li) of this system that I called PRONTUARIOS, just by dragging from one (ul) current to another that I called BOX, I am trying to recover the value of the readiness id…
-
-1
votes1
answer340
viewsOrdering of Dropdown Angular4
Hello, I have a state field (UF) that is as dropdown and would like to sort it (by name). Could you please give me a north? My code is like this today: estados = [ {label: 'Acre', value: 'AC'},…