jquery-ui-sortable Questions

4

Solved

I can successfully change the border colour of the placeholder, but when I try change the background colour, nothing happens. This jsfiddle code best explains it: http://jsfiddle.net/EUVrK/1/

3

Solved

I am creating a table with dragable rows with the help of ui-sortable <tbody ui-sortable="sortableOptions" ng-model="model.list"> <tr ng-repeat="item in model.list"> <td> <...
Medlin asked 14/10, 2016 at 13:57

2

I am using jqueryui's draggable and sortable functionalities. My jqueryui version is 1.9.1 and jquery version is 1.7.1 I have a set of items that I make draggable, and a container that is sortable...
Fourchette asked 23/12, 2012 at 15:22

12

Solved

I have two connected tbody elements allowing me to drag rows between two tables. Everything works fine until all rows are removed from either table. When all rows have been dragged to the other t...
Wolfie asked 20/9, 2010 at 12:23

2

Solved

I want to trigger a callback function after the sorting of jqueryuis sortable completely finished and everything is in place again. I tried the stop event, but the element I dragged is still posit...
Insurgence asked 18/3, 2015 at 9:34

5

Solved

Is there any fix to make Jquery-ui sortable work on touch devices based on Android or IOS?
Fudge asked 19/7, 2011 at 9:36

6

Solved

I cannot find out how to obtain destination element with jQuery UI sortable. $("#pages").sortable({ opacity: 0.6, update: function(event, ui) { var first = ui.item; // First element to swap v...
Kathaleenkatharevusa asked 15/2, 2010 at 2:7

13

I am using jQuery UI sortable to make my table grid sortable. The code seems to work fine but because I am not adding width to tds, when I drag the tr it shrinks the content. For example; if my ta...
Arawak asked 20/8, 2009 at 17:30

5

How do I get the jQuery-UI sortable feature working on iPad and other touch devices? http://jqueryui.com/demos/sortable/ I tried to using event.preventDefault();, event.cancelBubble=true;, and ev...
Rotation asked 9/1, 2011 at 20:30

6

I'm using jQuery and Sortable to arrange my list of items (and this http://dragsort.codeplex.com). All works perfect. I'm using a function on dragEnd to arrange the lists in order. Here is my co...
Ideology asked 20/2, 2011 at 21:57

10

Solved

Is it possible to lock list items in JQuery sortable list in a way that those items will stay in that particular place in the list. For example, consider this pseudo list with locked items... i...
Demean asked 28/11, 2010 at 21:39

2

So what i'm looking for is a way for me to use both sortable and droppable on the same element. Lets say i have a list of 5 elements, these are all sortable. What i'm trying to do is when one eleme...

4

I am working with jquery ui sortable. I would like to get the sorting array to pass it to the handling file on drop event. one funny thing i found.. http://jsfiddle.net/7Ny9h/ $(function() { $(...
Shama asked 21/7, 2013 at 10:7

6

Solved

I am using jquery ui plugin to realize a drag and drop linked to a sortable list element. When I move the draggable element, a helper is created with a custom width and height. When my element is a...
Hofuf asked 5/3, 2013 at 17:13

5

Solved

I've got html that looks something like this: <div id="sortThis"> <div id="1">Price:<span class="price">20</span><span class="style">blue</span></div> &lt...
Truditrudie asked 20/10, 2011 at 5:57

5

Solved

My issue is basically this - Applying jQuery UI Sortable to hundreds of elements on a page results in very slow page load -- need ideas on how to make it more efficient but since none of the answer...
Ellaelladine asked 5/12, 2013 at 11:8

3

Solved

I am working with the jQuery UI Sortable plugin and everything works as expected accept for one issue. After I am done dragging an item to reorder the list (a list of <A> tags) the click even...
Smoko asked 28/2, 2012 at 19:31

2

Solved

I'm playing with jQuery Sortable (http://johnny.github.io/jquery-sortable/) to display nested lists, move elements and then save the final results. The final goals is to manage a site structure/hie...
Hessite asked 15/12, 2014 at 20:27

9

I am trying to get JQuery Sortable to work but I have run into a slight usability problem. The list that I am trying to sort is quite large (about 200 items). If the user tries to drag the top it...
Haldis asked 17/9, 2010 at 22:10

2

Solved

I am using jQuery UI Sortable. I am developing a mobile only website, so I looked around how to map touch events to mouse events for this to work, and ended up using some code by Oleg Slobodskoi. ...
Credendum asked 13/10, 2011 at 6:37

2

Solved

While dragging am facing two issues. table it self is shrinking when i have a hidden td. dragged tr cell(td)s are shrinking This is the code of the sortable: $('tbody').sortable({ items: "&g...
Redhead asked 26/8, 2016 at 17:24

7

Solved

How to check if a specific list is sortable? Like $('#list').is(':sortable')... ? If we will use if ($('#list').sortable()) then the list will be made sortable again and not check if actually...
Cayla asked 22/7, 2012 at 11:10

4

Solved

How to listen to drag event when a jquery-ui-sortable is being dragged? By hit-n-trial strategy, I've tried drag event from jquery-ui-draggable but it's not working. $('.widget_container').sortab...
Maverick asked 16/11, 2011 at 7:34

1

Solved

I am attempting to build a tool where a user ranks items, and have come across the wonderful sortable package for R, which makes building and capturing the order of a custom drag-and-drop user inte...
Brockington asked 27/3, 2020 at 4:39

16

Solved

I have elements on the page which are draggable with jQuery. Do these elements have click event which navigates to another page (ordinary links for example). What is the best way to prevent click f...

© 2022 - 2024 — McMap. All rights reserved.