The jquery-sortable tag has no wiki summary.
0
votes
0answers
16 views
JQuery sortable:specific item can only dropped in empty list
I am using jQuery sortable to drag and drop item in between three list as shown below.
if user tries to drop item <li name="specific">One</li> in the list which having already one or more ...
0
votes
1answer
19 views
Drag all the items of Jquery Sortable together
I am using jQuery sortable to drag and drop item in between three list as shown below.
In some scenarios i need to move all the items from one list to another.I went through few links in ...
0
votes
1answer
33 views
how to show error message when there only one item in jQuery Sortable and disable the dragging
I Would like to show user an error message when he/she tries to drag an item from list containing only one item.
I am able to disbale dragging option from the list when there is only one item using ...
0
votes
1answer
12 views
Sortable + Draggable any where in the container
I am trying to make one page on which a user can sort the items in the UL, in addition user is also allowed to drag and drop it any where else in the container.
But if user drops it on other element ...
6
votes
1answer
184 views
Jquery draggable/droppable and sortable combined
I was asked to create a grid of squares, where each square may or may not contain a link and these links should be able to be moved about the grid.
I figured that draggable/droppable would be the ...
0
votes
2answers
76 views
Updating sort order during sort change event - jQuery UI
I want the value of the list element to be the index of the sorted position during sort event.
This value should update automatically during sort change event.
<script ...
0
votes
1answer
34 views
How to make buttons behave correctly on items in a JQuery sortable?
I have a JQuery sortable with each item containing a button. At the top of the page, I have an add button which adds items to the sortable. I am trying to program the buttons on each sortable to ...
0
votes
1answer
36 views
How to add a “replace” button on each item of my JQuery sortable
I was wondering how I could put a button on each item in my JQuery sortable. Right now I have a button on the top of the screen that adds the user input in the autocomplete to the sortable. Here is ...
0
votes
2answers
95 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 ...
0
votes
2answers
229 views
How to split a JQuery autocomplete multiple value string
I have a JQuery autocomplete working with the ability to hit the "Add" button and having the user input show up on the screen in a JQuery sortable list, but I want to separate the inputted string into ...
0
votes
2answers
45 views
jQuery Sortable lock item
Is it possible to lock an item in a Sortable list once it's been dropped?
Basically, I have a sortable list [OBJECT] that the user is supposed to place the objects into steps. The steps are ...
0
votes
2answers
64 views
How to make a list of element draggable and sortable using jquery?
I have a list of element, I want to make it sortable and draggable using Jquery. But when we dragg the particular element, it should not overlap to other existing element.Please any one help me.
0
votes
1answer
52 views
jQuery sortable not working
I have a jquery accordion with selectable lists inside. When the user clicks an item, it appears in their selected items list, which is sortable. There are a number of columns that appear in their ...
0
votes
0answers
50 views
How to Apply Animation effect to images after selecting the multiple images using ctrl key and mouse click. using jQuery
How to Apply Animation effect to images after selecting the multiple images using ctrl key and mouse click. Here we are using jQuery UI
I have a horizontal scrolling div which have multiple images ...
0
votes
1answer
33 views
Sortable Accordion not working after dragging
I have a sortable accordion, which works fine. I basically use this example http://jsfiddle.net/qN7b8/5/. However, - as in the jsfiddle - after one panel has been dragged and dropped again, I need to ...
1
vote
1answer
194 views
Horizontal Scrolling With JQuery Sortable List
Hi i am having some trouble getting my sortable lists to scroll horizontally. Here is a link to an example of how i want my list to function.
The example above uses a very large negative margin to ...
0
votes
0answers
100 views
jquery Sortable Multiply Lists saving to mySQL
I believe the issue is that I am not getting a id numbers passing the serialize? the response I'm getting from the php look like:
Array
(
[sort1]=> menu[]=1&menu[]=2&menu2[]=3
...
0
votes
0answers
113 views
select2-choices ui element: Input field is tiny on IE7
I'm using select2 to implement a drag-and-drop sortable list entry box. On Chrome and FF, it looks fine:
On IE7, however, it's tiny:
It seems that IE7 is not respecting the width style ...
0
votes
1answer
245 views
hack for jQuery to serialize values of <input> and <select> elements that are NOT inside a form
I've been looking through a lot of posts on stackoverflow and elsewhere for this answer, but am still struggling to find something that will work with the boundaries of my application.
I am building ...
2
votes
1answer
40 views
Multiple Containments with connectwith
I been searching all morning for an answer but have not been able to find any answer.
What I am looking to do is have multiple div containers, with 2 sortables within that div.
Looks something ...
0
votes
0answers
78 views
jQuery Sortable freezes after AJAX html replace
jQuery Code: I removed all my Sortable settings. If you feel they are pertinent I can put them back in.
$('#navsort').sortable({ ... });
$("#content").on('click', '#submit_menu', function (event){
...
0
votes
1answer
46 views
One draggable, two droppables (one being a sortable)
I have read a ton of posts here and elsewhere on the web and I can't quite find a solution that works for my situation.
I have two divs that are set as droppables. #imgBrowser contains a set of ...
0
votes
3answers
372 views
jQuery Sortable not outputing order of sortable list on update
I am really at a loss to why this isn't working, this should really be a simple straight forword task.
I have the following code that I am using to create a sortable list. The list works and is ...
0
votes
1answer
30 views
Using jQuery how do you reorder child list elements according to a preset order (listed in a variable)?
I have a ul full of li elements. Each li elements has a data-choice attribute. I also have an array which holds the correct order of those li elements (indexed array of those data-choice attributes.
...
0
votes
0answers
297 views
jquery multiple sortable list save sortable id to php mysql database
I have multiple JQuery sortable lists that connect with each other... Currently I have it saving position to the database. My issue is i also want to save new sortable if it is dropped into a new ...
0
votes
1answer
75 views
Is there any way to make jQueryUI sortable to clone items on alt or ctrl and don't clone without it?
Is there any way to make jQueryUI sortable to clone items on alt or ctrl and don't clone without it? I did this with
$(this).sortable({
activate: function(event, ui) {
if (event.altKey) ...
0
votes
1answer
71 views
JQuery Sortable + Rails - Updating an External Model
I followed the Railscast episode on creating Sortable Lists and was successful in creating a sortable list that updates its model internally – In my application, projects have many steps (the steps ...
0
votes
1answer
131 views
jQuery sortable() - move elements to connected list before first element that is not sortable
I have two connected sortable lists. The second contains only one element and it can't be moved ( but the list is sortable ).
When I move element from the first list to the second, I can't add the ...
1
vote
2answers
185 views
JQuery Sortable ConnectWith don't work
I have two sortable lists. I want to connect this lists so I will be able to move items from one list to another in both directions. I use sortable connectWith, but still I cant move list items from ...
0
votes
1answer
39 views
Issue with sortable() and how to limit number of sortable items using JQuery
I have two things to ask for. Here is my reference code: http://jsbin.com/axegem/19/
Issue: When I drag and drop divs within one parent, every thing is fine. If I drop the element onto other parent, ...
1
vote
3answers
63 views
Changing a div's class based on the number of elements dropped into a sortable list
Here's what I'm trying to achieve - I have seven list items within a sortable list (#sortable2) that I'm dragging and dropping into an empty sortable list (#sortable1).
I would like to count the ...
1
vote
1answer
104 views
jQuery Sortable - using an element's data as the attribute?
I want to use the sortable("toArray") method. However, I don't want to use the default attribute of the element's id. I know that I can do something like this:
var arr = ...
1
vote
2answers
756 views
jQuery Sortable - save order when new element dragged into list
I have two sortable lists which hold work orders. The second list is a Route while the first is just a list of all the work orders that haven't been added to the Route list. The idea is that the user ...
0
votes
2answers
154 views
Unbind the click event after sorting is done
I have a list of images, which are made sortable by jquery sortable. I can drag and drop the images for sorting purpose.
Now, Parent anchor of every image also has Click event of light box event ...
2
votes
1answer
81 views
Sortable elements move up when I select one for dragging
I am using jQuery sortable to sort a number of p:panels. However when I select any element to move, the other elements move one place up which makes the positioning difficult. I want to sort exactly ...
1
vote
1answer
268 views
Sortable image gallery
I want to create a sortable image gallery using Jquery UI Sortable. Until here, works fine.
Inside each tag, I need to store the order of each image in the gallery. But this order must be updated ...
1
vote
1answer
202 views
jqGrid - After re-ordering columns, sorting maps data to original columns
EDIT: Final solution is below.
Whether I try to implement column re-ordering via header dragging or via the column chooser plugin, after re-ordering the columns, clicking on any column header to sort ...
1
vote
0answers
103 views
JQuery UI sortable does not efficently sort big images?
I have been using JQUery UI sortbale where there are images in a sortable list. When the list gets longer, the efficeincy of sorting gets slower. Sometimes the placeholder doesnt show up at the place ...
0
votes
1answer
128 views
HTML5 Sortable on both children as well as parent element make Parent to get sorted when sorting children inside it
i have a list of todo item categories and each category will contain a list of todos.
I have used "Sortables" on the todos inside categories so that one an sort the order of todos inside a category.
...
0
votes
1answer
157 views
Knockout Sortable list not working offset by new items added
When I add items to my list (by clicking the "add series" button) it causes my list to not sort properly. E.G. If I click the "add series" button and then try to move "seriesname232" inbetween items ...
1
vote
1answer
1k views
Jquery UI draggable not scrolling the sortable container
I have some draggable items(#draggable li) which i am dragging and dropping them in a sortable(#sortable).
The sortable is wrapped by two divs and the outermost div has overflow-y: scroll. The ...
0
votes
2answers
63 views
In Backbone.js how do you handle Ordinal Numbering and changing numbering based on jQuery Sortable in the view?
Here is my situation. I have a bunch of "Question" model inside a "Questions" collection.
The Question Collection is represented by a SurveyBuilder view.
The Question Model is represented by a ...
2
votes
1answer
185 views
Sortable and Droppable: CSS preventing jquery-ui sortable to drag around the dropped items
After getting the answer from this question, I came across another problem - how can I be able to drag the dropped items again?
I have set the css of the dropped items to,
.dropped-items li {
...
0
votes
0answers
279 views
jquery sortable multiple columns only link to specific columns
I'm trying to find a solution using jquery sortable where I have multiple columns like:
http://jqueryui.com/sortable/#connect-lists
But for this questions sake, lets say I have 4 columns.
How would ...
0
votes
1answer
194 views
How do I propagate changes done to the DOM with plain JS onto its Angular JS binding?
I've been trying for hours to get Angular JS to updated its model when changes are made to the DOM elements it represents with plain JavaScript. I'm not sure if I'm just not writing my Angular JS ...
1
vote
1answer
631 views
jQuery UI sortable: get new item position preventing DOM changes
I have a sortable list on my page. I would like to know just the user's intension: what item he drags and where, i.e. old and new (potential) position of the dragged element.
But I DON'T want ...
4
votes
1answer
110 views
hiding portion of div jquery sortable widget
I have some markup similar to below, and I am trying to hide the "some_row" TR's.
<div id="sortable">
<table>
<tr><td>Some Title 1</td></tr>
<tr ...
1
vote
0answers
168 views
Make a single column of a JQuery Sortable table draggable
I want to create a table that has drag-and-drop sortable items within a single column but the other column(s) remain in place. The code below sorts entire rows (both left and right columns), not just ...
0
votes
2answers
47 views
using jquery and sortable how to tell if user starts to move and puts it back
I have a UL list with a much of li's
i am using
$( "#group" ).sortable({
start: function(event, ui) {
},
stop: function(event, ui) {
...
0
votes
2answers
268 views
Jquery Sortable restore portlets to saved settings
There are plenty of posts here and on the web regarding how to SAVE the state of jquery sortable list but what about restoring one?
In my case I'm organizing a page layout, not a list, so I will have ...



