Questions tagged as 'sortable'

2
answers

how to use the sortable JQuery update method?

I have this code and would like to update the value within div based on the position where it occupy I have already been able to get the value of it when the order is changed, but I can not get other properties of the element.     
asked by 20.07.2015 / 21:31
1
answer

How to use JQuery Sortable?

I have this code where I'm using sortable of JQuery. But I'm having problems because I'd like each item to be moved only by ico , but the current code lets you drag each item from anywhere in it. Can anyone help me?     
asked by 20.07.2015 / 20:38
1
answer

jScrollPane with jQuery Sortable from 2 lists

I'm building a layout where I have two lists (first with 3 maximum items and the second with other items), which I can move items between lists using jQuery% p> The function works perfectly, until I put jScrollPane, because the person in char...
asked by 28.05.2014 / 12:47
0
answers

Sortable with Z-index

I am trying to use this function that Jquery provides, however, by increasing it: Jquery function: $(function() { $("#sortable").sortable(); $("#sortable").disableSelection(); }); #sortable { list-style-type: none; margin: 0;...
asked by 04.09.2018 / 16:05
1
answer

How to make a "part" / line of the tbody be static on a responsive table?

Hello. I'm using tablesort to sort my table with each click I one of its headers. The problem is that the "Total" line <tr class="bg-info"> <th colspan="1">TOTAL:</th> ... </tr> was jumping along with the ord...
asked by 11.07.2018 / 16:09
0
answers

ng-sortable with bi directional array

I need to walk through a array of array and create separate lists, using ng-sortable pro user can change the positions of the data. Array () $scope.teste = [{'julio' : 16, 'emerson' : 14, 'aspas' : 13},...
asked by 11.04.2018 / 15:44
0
answers

palco3d with jquery, move elements

Hello, I need to create a feature with palco3d, where I can choose elements (icons) from a menu, and drag them by positioning them on the 3d stage ... would anyone know how to do this using jquery / php?     
asked by 03.04.2018 / 15:10
0
answers

Saving sortable div position in local storage

I'm having trouble saving the position of my divs sortable . I use this code to save positions: <script type="text/javascript"> jQuery(function($) { var cookieName="List" var list = localStorage.getItem(cookieName) if...
asked by 08.02.2018 / 13:33
0
answers

problem with sortable jquery

Personal I have a page that has two objects that I want to use sortable, one works but the other does not. Why? $( ".topic_itens" ).sortable({ cursor: 'move', revert: true, handle: '.move_item', items: '.topic_item', co...
asked by 13.01.2018 / 21:10
1
answer

using dynamically sortable

Each time I drag and drop the input bar of type text into the buttons, you must generate the same input bar below the header menu. Problem: Every time I drop the input inside the buttons, this same input adds and does not...
asked by 10.08.2015 / 22:39