Tagged Questions
The jquery-ui-sortable tag has no wiki summary.
15
votes
2answers
9k views
jquery UI Sortable with table and tr width
Hi i am using jquery ui sortable to make my table grid sortable.The code seems to work fine but because i am not using width to TDs when drag the TR srink the content.
For examle IF my table row is ...
10
votes
3answers
686 views
JQuery sortable lists and fixed/locked items
I've been searching something for this, but without luck.
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 ...
9
votes
4answers
2k views
jQuery sortable obtain 2 elements being swapped
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; // ...
8
votes
5answers
4k views
jQuery UI sortable scroll helper element offset Firefox issue
I have a problem with a jQuery UI 1.7.2 sortable list in Firefox 3.6, IE7-8 work fine. When I'm scrolled down a bit, the helper element seems to have an offset of the same height that I'm
scrolled ...
7
votes
4answers
152 views
Jquery Drag and Drop in nested lists - how to minimise / remove the flicker
Based on http://jqueryui.com/demos/sortable/#placeholder I am working on a drag and drop interface that allows the user to reorganise nested lists. As you can see from the link this works great on ...
7
votes
2answers
388 views
How can I drag from a connected vertical list to the first item of a another list below with jQueryUI Sortable?
I have have several ULs vertically down a page. They are setup using jQueryUI's sortable(). My live example is:
http://jsfiddle.net/GVqPF/2/
I can drag from answers to make it the final element in ...
7
votes
5answers
6k views
jQuery Sortable - scrolling in div with overflow:auto
I have a page using jQuery with some lists which have been made sortable. The list is inside a div which has a fixed height and overflow set to auto in the stylesheet.
The scroll attribute of ...
6
votes
2answers
203 views
Changing sort behaviour for jquery sortable
I have a sortable like the 2nd example on this page:
http://jqueryui.com/demos/sortable/items.html
The sortable is a mix of targets:
Those that can be picked up and rearranged
Disabled items, ...
5
votes
4answers
2k views
Jquery-ui sortable doesn't work on touch devices based on Android or IOS
Is there any fix to make Jquery-ui sortable work on touch devices based on Android or IOS?
5
votes
3answers
262 views
Why does 10px + 10px = 10px?
I have the following script where the margin for the . portlet class is behaving strangely:
http://jsfiddle.net/mYx5y/19/
it should be adding 10px around each portlet, which should mean a gap of ...
5
votes
1answer
3k views
How to horizontally sort divs using Sortable in JQuery
I am looking to sort my divs horizontally in a container div. I found an example on JQuery website but that is vertical sorting. I want it horizontal.
I want to do it sorting in #sortable Div.
Will ...
5
votes
2answers
3k views
jquery UI sortable: how can I change the appearance of the “placeholder” object?
In the example given at http://jqueryui.com/demos/sortable/#placeholder the placeholder is the orange box that appears when you drag any of the items.
This element can be tweaked using the ...
5
votes
1answer
1k views
Sorting multiple items at the same time using jQuery UI
I'm trying to setup a way to sort multiple items at the same time using jQuery UI's Sortable plugin. I have come up with a partial solution, where the checked items go with the drag, but I can't get ...
4
votes
4answers
975 views
jquery sortable placeholder height problem
For some reason the placeholder for my sortable items is about 10px. All my sortable items have different heights. How can I change the height of each placeholder to match the item being moved?
4
votes
2answers
3k views
Jquery sortable 'change' event element position
Is there way to get current position of helper being dragged on over new position ?
$("#sortable").sortable({
start: function (event, ui) {
var currPos1 = ui.item.index();
...
4
votes
2answers
149 views
how can you check which element your draggable item is hovering over? (JQuery)
I have two lists. The first is comprised of draggable items (like this).
It is connected to the second, which is a sortable list (like this).
Items from the first list can be added to the second ...
4
votes
2answers
1k views
jquery ui sortables connect lists: copy items
I have two lists, I want both of them to be sortable and want to be able to copy (drag) items from list1 to list2 and vice versa.
http://jqueryui.com/demos/sortable/#connect-lists
Is what I want, ...
4
votes
1answer
2k views
Sortable + nested lists with jQuery UI 1.8.2
This question is all over SO, but no one seems to have had the same problem as I have.
When I do something like this
$(function(){
$('#unique-ul').sortable({items:'li'});
});
I'd expect it to ...
4
votes
2answers
576 views
jquery UI sortable: how to leave the original visible until the drop?
In the standard behavior demonstrated at http://jqueryui.com/demos/sortable/ when you drag an item in the list a placeholder element is displayed where the item would be dropped.
However, the ...
4
votes
1answer
1k views
How can I get JQueryUI sortable to 'revert' faster?
JQuery's sortable has an option to revert the item that the user drags back in line with the rest, but the animation is a little slow.
Is there a simple way to specify 'fast' like some of the other ...
3
votes
1answer
111 views
jquery sortable border collapse chrome safari
I'm using jQuery sortable() on a table with border-collapse: collapse. Something strange happens with the spacing between the rows in Chrome and Safari. It seems ok in IE, FF, & Opera.
Here is ...
3
votes
1answer
155 views
jQuery UI sortable’s serialize method excludes one item
I am using jQuery UI sortable for a list of elements on a page whose order I want to save in the database every time it’s changed.
However, I’m experiencing a weird bug (it seems to me like one): ...
3
votes
2answers
327 views
How to conditionally apply jQuery Sortable UI widget to table (ASP.NET GridView)?
I have the following code which applies the jQuery UI Sortable plugin to all tables (GridView) on an ASP.NET page, excluding the first (header) row in each:
function pageLoad() {
...
3
votes
4answers
224 views
Why is this jQuery sortables setup so unreliable/unstable?
I have a page setup where the main aim is to allow users to drag and re-order a set of green blocks from one sliding area to another (have a go by dragging a block to the right of the container).
The ...
3
votes
1answer
339 views
Jquery UI Portlets - Loading and Editing portlet using Ajax
All,
I am trying to create an igoogle interface using PHP, MySQL and JQuery UI and I stumbled on jquery UI's portlets over here:
http://jqueryui.com/demos/sortable/portlets.html
For each portlet, ...
3
votes
1answer
725 views
jQuery Isotope Possible Chrome Bug?
I'm using jQuery Isotope to fill in the spaces on a multi-width multi-height grid (equal proportions).
The grid is sorted using ui-sortable with a button to toggle back to Isotope after sorting. ...
3
votes
4answers
395 views
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
I'm building a drag and drop calendar and have found that jQuery UI's sortable offers the best live performance for what I'm trying to do.
However, applying sortable to many months worth of days (60 ...
3
votes
1answer
131 views
WPF library similar to jQuery UI?
Are there any WPF libraries similar to jQuery UI?
I especially like the Sortable interaction:
and Resizable interaction:
Would be great if these 2 interactions could be combined.
Thanks.
3
votes
3answers
463 views
JQuery UI Sortable Disable Update function before receive
I'm using jquery ui to process a list that you can sort within and then also sort between another list. I'm using the update for the sorting within and that works fine. When I sort between I just ...
3
votes
2answers
285 views
Jquery UI Sortable + Toggle Problem
I'm trying to implement a simple connected sortable whose display can be toggled by the user.
$('#toggle').click(function(){
$('#content').toggle();
});
$('#target').sortable();
$('#source ...
3
votes
3answers
381 views
jQuery UI: Only allow sortable within its own parent level, and not above or below
Basically using a list structure, I'm trying to make each li sortable within it's own level, but not within other levels. So if I'm dragging down Number 1 it won't mix with any of the sub ul's or li's ...
3
votes
3answers
2k views
jQuery UI sortable table handle
I'm having some difficults with sortable option handle.
When I use:
$("table tr").sortable().disableSelection();
There is no problem.
If I add the handle option then the sortable stops working:
...
3
votes
3answers
534 views
How to test a JQuery UI Sortable widget using Selenium?
We have a sortable list using JQuery UI Sortable that we are trying to automate using Selenium.
It looks like the dragAndDrop function should work, but when we call it, the UI does not change. ...
3
votes
2answers
330 views
Sortable w/ Selectable Text
Is it possible to be able to have sortable elements, but still allow users to copy/paste the text inside the elements?
<div class="sortable">
<div ...
3
votes
1answer
326 views
JQuery UI Sortable - limit drop to certain elements
I have a number of ul's which the user is able to sort li's into. I have 2 different types of li and need to restrict which list they can be dropped into. Here is a small example:
<ul ...
3
votes
1answer
290 views
jQuery UI Sortable - Determine which element is beneath the element being dragged
I've implemented jQuery UI's Sortable plug-in on a simple unordered list. Is there any way to determine which element is beneath the element being dragged?
In this screenshot Row 3, column 1 is ...
3
votes
1answer
614 views
Jquery ui sortable serialize not working
Searched all over and I can't find the answer. I can't get my sortable to serialize. All I'm getting is null data
$(document).ready(function() {
$("ul#sortable").sortable({
update : ...
3
votes
3answers
1k views
Forcing an item to remain in place in a jQuery UI Sortable list
I've set up a jQuery sortable list but I need to be able to keep some items in the sortable 'fixed' in place and for the other items to sort around them. I thought that there would be built in methods ...
3
votes
2answers
3k views
JQuery Live and Sortable
I am trying to implement drag and drop so I can sort lists of data and update the database with the relevant positions.
I have a working example but when I try to use the same code on lists that are ...
3
votes
3answers
3k views
jQuery UI: Nested sortable errors
Thanks for reading.
Two issues:
I am creating a task-list type of system, which will use nested sortable lists.
Here's some very basic demo code:
<script>
$(function(){
...
3
votes
2answers
1k views
Jquery UI in IE8: suspending sort behavior while resizing an element that is sortable and resizable
I have a list of elements which I would like to make sortable and resizable using Jquery UI. Combining them works great in Chrome and Firefox. But in IE8 (both in normal and compatibility view), ...
2
votes
1answer
20 views
jQuery Sortable - no dragging past last list item
I have an unsorted list (UL) that contains sortable list items (LI), except for the last list item. I need the last item to stay at the end of the list:
<ul>
<li>Item 1</li>
...
2
votes
1answer
23 views
How to stop double callback when using jquery'Sortable's update event?
I am building a sortable list using jquery Sortable only, and in that I am using update event to update sortorder in DB (by calling UpdateSorderOrder). The problem here is that the update event ...
2
votes
1answer
46 views
Why doens't a negative selector work in jQuery UI Sortable's 'cancel' property?
I want a row in a jQuery UI Sortable to be sortable only if it has a cansort class. I have it set to cancel: ':not(.cansort)' but it refuses to let me sort anything at all, including the rows that ...
2
votes
1answer
108 views
jQuery UI sortable just like Windows Explorer file/folder list
I'd like to create a Windows Explorer like sortable for a website project.
Is this remotely possible with jQuery or just a dream? I'm new to jQuery and just recently started playing around with the ...
2
votes
2answers
33 views
Jquery UI Sortable Serialize Lists Malfunction
I want to dynamically create a list and make it sortable.
My first attempt at this didn't include the dynamic loading of the list data. I found a basic example to build on here :
...
2
votes
1answer
50 views
jQuery UI: Removing class on the change event (nestedSortable plugin)
I'm using Manuele Sarfatti's nestedSortable (http://mjsarfatti.com/sandbox/nestedSortable/) to create a storable and nested list. I've taken the script one step further by making my list collapsible ...
2
votes
2answers
69 views
Custom data in jQuery sortable?
on the "update" callback you can get the order of elements with $(this).sortable('toArray');
But this order contains the element IDs.
How can I get a custom attribute, like data-myattr? I want that ...
2
votes
2answers
192 views
Jqueryui sortable list with ajax update
First sorry for asking but im a begginer,
I decide to make a small framework for my self with codeigniter and um stuck a bit
Im useing jquery ui sortable plugin, to change my menu list position.
...
2
votes
3answers
216 views
sorting list items with JQuery
I'm trying to use the JQuery UI Sortable plugin to allow a user to change the order or list items by dragging them with the mouse. The page in question is available here.
The relevant JQuery code is ...