A jQuery UI framework plugin which allows a developer to create a group of sortable blocks, which can be dragged and reordered by mouse.

learn more… | top users | synonyms

0
votes
2answers
21 views

Thread-safe sorted collection that supports iteration in Java

Is there a Collection in java that is : Thread-Safe Sorted Iterable (or has an equivalent method of element access that is thread safe) I can't seem to find any just by searching google/javadocs ...
0
votes
0answers
7 views

z-index issue on sortable connected jquery UI

i know generally its preferred to include code in the body of question, however my page is so convoluted and messy that I can't easily extract the code to paste here. So if you are ok clicking over ...
0
votes
0answers
11 views

How to prioritise two overlapping sortables (JQuery)

Is there any way to prioritise which list to use when sortables overlap? I've been attempting (with connected jQuery sortable lists) to replicate the functionality seen on many android phones when ...
0
votes
0answers
13 views

jqueryUI sortable with select in the list

I've got a jqueryUI sortable list, and I'm dynamically adding a select list within the sortable. When I click on the select box, it doesn't display. There have been a few people who have had this ...
0
votes
0answers
24 views

JQuery Saving Sortable List

I know this question has been asked before but the solutions did not work for me. I am trying to save the new ordering of items to the database. In DB is saved so: ...
0
votes
1answer
30 views

jquery sortable inside angular directive misses first click

I'm using a jQuery UI Sortable element inside an AngularJS directive (initialized with .sortable() in the linking function). The problem is that the sortable does work only after the first click on ...
1
vote
0answers
42 views

JQuery Draggable DIV in Draggable LI move to new DIV or create new DIV

I'm new to js and jquery, and it's hard for me to code this task: I have a big DIV (.pins_dragger) element, it is fixed on layout. DIV.pins_dragger contains some other DIVS (.group) which are ...
0
votes
1answer
21 views

jQuery sortable with effect on table rows corrupting table

First post here, go easy on me :) I've looked all over and can't seem to figure out whats going on here. A little help would be appreciated. I'm trying to make table rows sortable using jQuery, ...
0
votes
0answers
23 views

JQUERY Sortable - Detect li Item Hover Over Another li In The Same List

I wondered if anyone had any ideas on how to detect if a sortable li item when being dragged is hovering over another li item in the same list? The reason i want to detect this is so that if one li ...
2
votes
1answer
18 views

Inconsistent Sorting: Using jQuery UI Sortable

We have hierarchical items here with a series of TR structure and not in a nested table structure. So we need to have the functionality to drag and drop items with the same level or a function to sort ...
0
votes
0answers
20 views

Unbinding Masonry

Scenario: I'm currently working with KnockoutJS, jQuery UI's sortable and Masonry. I use Knockout to display a list of cards, Masonry to arrange the cards properly, and sortable for sorting the ...
0
votes
1answer
27 views

rails 3 find a value in a params array

I am using jQuery UI Sortable to sort some rows on my website. Here is my view: <section class="data-list"> <article id="item_<%= item.id %>" class="data sortable"> ...
1
vote
0answers
31 views

How to retrieve elements from sortable into array

So i have been working in this:(http://jsfiddle.net/2phuW/5/) for the last couple hours. Could anyone help me out to figure out the following: 1) in the source sortable the abbreviation wat, ura, or ...
2
votes
4answers
56 views

How can I position these divs horizontally?

I cannot figure out how to place the lists horizontal, i have played with almost everything i would really appreciate it if someones gives me their advice. http://jsfiddle.net/py3DE/74/ <div ...
0
votes
1answer
28 views

jQuery UI sortable - how to make some action with just moved item

I have 2 lists with items, I add UI sortable to it. How can I select and do some fun with just moved element? When I'm trying this code - it add a class to all elements from first UL, but I need to ...
-2
votes
0answers
39 views

How to get value of <ul> from jquery sortable connected to post variable [closed]

I'm using the jquery sortable connected code from this post Everything works fine, but now I need to pass the values from the second list to a post variable using an onclick event. Edited to include ...
1
vote
1answer
35 views

How to use serialized and send ajax (johnny sortable plugin)

I use http://johnny.github.io/jquery-sortable/ I can not understand how to send the serialized data? My HTML <ul> <li data-id="1">Item 1</li> <li data-id="2"> ...
0
votes
1answer
31 views

Find the maximum of an intransitive set, with minimum comparisons

An intransitive set can have members A B and C where A > B > C but C > A. Such a set might be photos ordered by a person's preference. I can relatively easily find algorithms for finding the ...
0
votes
0answers
48 views

Is it possible to extend Ali Farhadi's HTML5 Sortable drag and drop plugin to include drag and copy?

So I'm using Ali Farhadi's HTML5 sortable html5 drag and drop plugin to adding sorting functionality to lists. I'm trying to figure out how to add drag and copy functionality if the dragged element ...
0
votes
1answer
62 views

d3js - Sortable Group Bar Chart

Full disclosure: I'm not new to programming, but I'm pretty new to d3 and javascript. I am trying to combine the Grouped Bar Chart Example and the Sortable Bar Chart Example. I have a total of 51 ...
0
votes
1answer
22 views

Jquery sortable serialized value to sinatra

I'm currently trying to resort a list with the help of Jquery sortable and my sinatra app. Just have one question. The serialize function of sortable generates a string with the new order of the list ...
0
votes
1answer
38 views

Navigating an unordered list by keyboard - JQuery

I have an unordered list which is re-orderable using the sortable plugin. As it doesn't provide keyboard support, I've started to add a custom function for this, starting with being able to navigate ...
0
votes
0answers
29 views

Save in Database When Jquery Portlets Moved

I've made some code for a couple of portlets here: http://plnkr.co/edit/bD6z2vLprm09XmAR4yeP I've been trying to add a feature, that when the user changes the order of the portlets, the script uses ...
0
votes
1answer
35 views

JQuery AJAX Save sortable portlet items to database

I've tried solving my issue with the different posts but nothing seems to work. I have the following code: http://plnkr.co/edit/pcfz33lzHz4wdehjGEuQ I want to use AJAX to save the order of the two ...
0
votes
1answer
21 views

What is the black dot beside a jquery sortable element?

I'm using JQuery sortable for the first time, and I have a sortable list of elements all working ok (widgets, with a header and some internal form etc workings). I've defined a header element as a ...
0
votes
2answers
59 views

johnny sortable: How to use sort.sortable(“serialize”);

I use: http://johnny.github.io/jquery-sortable/ With this plugin you can change the order of a list or the order of table rows (thats my case). For example with the mouse you drag the fourth row to ...
0
votes
1answer
61 views

jQuery sortable with droppable does not work

I am trying to use jQuery sortable, droppable and draggable to work together. I want to move [#Draggable]'s item to [#Droppable], after mouseover on [#Sortable]. My Step Start drag [#Draggable]'s ...
0
votes
3answers
53 views

Remove background from empty div when content is added

I have a div that starts empty but items get added to it via jQuery Sortable. What I'm hoping to do is start by showing the empty div with a border and background image, the image would say something ...
0
votes
0answers
36 views

JqueryUI can not serialized

I'm implementing a sortable list of images with jquery in a php application. I just can't get the .sortable('serialize') method to return more than an [object Object]. When I try with a few simple ...
0
votes
1answer
24 views

Nicedit & Sortable conflict

When I use the jquery sortable plugin on a div that contains a nicedit instance, I cannot type in the text area if I focus on it with a left click. I either have to tab to it, or after I left click ...
0
votes
0answers
47 views

Saving a jQuery sortables list with input fields on each item

I have two jQuery sortable lists connected connected via the default '.connectedSortable' class so I can move items from one list to the other. I have the ability to save the lists by using a cookie ...
0
votes
1answer
21 views

HTML5 Drag and Drop Without Changing the Markup

I imagine that the answer to this question is no, but just in case I'm going to ask it anyway. I want to use know if it is possible to use html5 drag and drop functionality without adding markup to ...
1
vote
1answer
45 views

How to sort div elements according to id from a CSV list using jQuery? [duplicate]

I have this info in a variable "sortorder": "obj,exp,qual,edu,int,ref,img I also have corresponding div id's but in shuffled order. <div id = "qual">info</div> <div id = ...
0
votes
1answer
25 views

jquery sortable modify helper

i have some problems with jquery sortable: This is my code: $('.sortable-list').sortable({ helper: function (e, ui) { return $(ui.get(0)).clone().appendTo('body').css('zIndex', 5).show();}, ...
0
votes
0answers
50 views

jquery mobile issues using both jquey-ui sortable and drag/drop

Using jquery mobile and the jquery.ui.touch-punch.min.js plugin, I am able to use the ui-sortable plugin or ui-drag & ui-drop, but not both together. My test case of a list of to-do categories ...
0
votes
2answers
48 views

jquery .sortable() serialize method onload

I am using the sortable serialize that saves the order to a database, which woks fine when the list i am sorting changes (i.e. dragged). However I want to auto serialize the order of the items on page ...
0
votes
2answers
30 views

List.Orderby in C# first aplabetical on one value then by lowest to highest on another value

So I have a List of values lets call the list: private List<Deliverable> myDeliverables; myDeliverables contains another object called Buyer. Buyer has a string Street and a int housenumber. ...
1
vote
1answer
55 views

Sorting UL Listing Within the TinyMCE Visual Editor in Wordpress

I am trying to use jQuery sortable within the TinyMCE Visual Editor in Wordpress. I have had some success in that I can get a UL list to sort, but only if I drag the mouse OUTSIDE of the actual ...
0
votes
1answer
71 views

jquery plugin to move a table row from one table to another table

Does anyone know a jquery plugin in which I can move a table row from one table to another table? I know sortable with ConnectedLists, but I don't want no dragging, just moving the object with a ...
1
vote
1answer
92 views

jquery sortable with multiple tbody

I have a table with multiple tbody. How can I make headers for each tbody? Is this how to do it? I use jquery ui sortable. How can I be sure the header of each tbody isn't sortable? Right now I'm ...
0
votes
0answers
89 views

JQuery UI Sortable Empty Placeholder Spaces in List

I've utilized this website for help for a few months now but this is my first time submitting a question! I'm still learning so bear with me. I'm essentially trying look for a solution to this ...
0
votes
2answers
45 views

jQuery Sortable SyntaxError: missing name after . operator

I am following this tutorial https://www.youtube.com/watch?v=3mOs0VY_sIw $(function() { $( "#navsort" ).sortable({ update: function(event, ui) { var postData = ...
1
vote
1answer
93 views

PHP output mySQL results into sortable columns

My app executes a query that returns it's results to a listview. The results are currently displayed in a single column, with a variable amount of rows depending on the query results. The single ...
0
votes
0answers
49 views

How to trigger an “update” event for jQuery-sortable in JavaScript?

I want to test sorting made with jQuery sortable from within my integration tests. In order to do so, the testing-framework (capybara, selenium) allows me to call ...
0
votes
2answers
96 views

How to alphabetically sort a JQuery UI sortable?

I was wondering if it is possible to have a JQuery UI sortable default to be alphabetically sorted. If so, is it also possible to keep it alphabetically sorted in real time if I add items to the ...
3
votes
1answer
118 views

jquery - how to have list elements be sortable and also draggable to another list

I have two lists - A and B I want list B to be sortable within itself. This works. I want list A to have LI elements that can be dragged over to list B. This works. I want list A to also be ...
3
votes
1answer
77 views

jquery - drag an LI from UL A to UL B and remove from UL A?

I have two lists and the second list is sortable and I can drag from the first list to the second list but can't figure out how to remove from the first list. The item (li) does get removed if I ...
-3
votes
1answer
85 views

Sort the file names either ascending or descending order

i have another question. I have the text files stored in the local document folder. i was able to display the file names in ascending order. but i want to know how to sort it in descending order using ...
0
votes
1answer
586 views

sortable with bootstrap

I am using following code for make my divs sortable $('.outersortable').sortable({ handle: ".drag", cursor: "e-size", placeholder: "ui-state-highlight", axis: "y" }); I want to ...
0
votes
1answer
51 views

Can I bind the jQuery sortable 'sortstop' event to an item?

I need to bind the 'sortstop' event to the li items in a tree, instead of the ol.. Is this possible?

1 2 3 4 5 20