The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse.
0
votes
0answers
9 views
Deserialize to a jQuery sortable
anyone know a neat way to deserialize a jQuery sortable? I have serialized a sortable set of div's using sortable's toArray method, and now (on page load) need to re-sort the div's according to this ...
0
votes
1answer
38 views
Jquery sortable horizontal list
I am having a difficult time getting my jquery sortable lists to display horizontally. The user is suppose to drag a report part onto stage, then drop a column onto the report part. As additional ...
0
votes
1answer
21 views
jQuery UI Sortable item jump on start
Hy guys, I have a weird issue witj jQuery sortable that I don't know how to solve.
I have created a fiddle here: http://jsfiddle.net/44LgX/
My js code:
jQuery( document ).ready( function() {
$( ...
0
votes
0answers
28 views
jQuery Sortable Connected Lists - Cannot drop items onto newly created list
I have a split window with a master list on the left and multiple lists, arranged vertically, on the right. User is allowed to drag a master list item to any of the lists on the right. I am using ...
1
vote
0answers
39 views
Jquery UI Sortable re-sort list on index change
I am trying to use socket.io and node.js to allow 2 users to view a JQuery UI Sortable list at the same time.
I want both users lists to update when one user makes a change.
Here is what I have now:
...
0
votes
0answers
35 views
Passing serialized form data to my (Laravel) controller
I have a form that asks the user to make 10 game picks and then sort the picks based on confidence. I'm using jQuery's sortable function and then populating a hidden form element (order-array) with a ...
0
votes
0answers
12 views
How to implement a sortable list, with a nested sortable span
I am trying to implement a sortable list (ul) with a nested sortable spans within each (li).
The functional goal is to design a tool that allows input of text (specific number of lines and character ...
0
votes
1answer
45 views
Sortable: disable a column in a sortable row
I've a html table with 4 columns and few rows. The rows need to be sortable (I am using jquery ui sortable), however the outer left
td should never move. So basically I'd like to be able to move the ...
0
votes
1answer
35 views
Sort Div Elements that are stored in a variable using jQuery
I have a HTML dom element stored in a variable. The HTML is generated from handlebar.js & from JSON data using jQuery. I need to sort this according to values from CSV
var html = "<div id = ...
0
votes
1answer
76 views
JQuery UI Sortable Only Allows Drag to Top When Gripped from the Bottom
I am using JQuery UI and Sortable in order to drag portlets and reorder between a few different connected ".column" DIVs.
The problem is that in order to drag a portlet to the very top position of ...
0
votes
0answers
35 views
can't navigate jQuery-ui tabs with arrow keys when sortable
I am currently using the jQuery UI Widget Factory to extend jQuery UI's tabs and add some additional functionality. One of the things that I am doing is making the tabs sortable with jQuery UI's ...
0
votes
1answer
25 views
jQuery selectable with handle and sortable
I have a selectable list within an accordion, and when you select an item from the list, the item appears in your selected columns list. My issue is that I want to use a handle to select an item (the ...
0
votes
0answers
15 views
JQuery UI Icons still showing through when scrolled past bottom of containing div
I have a div that is set to overflow="auto". It contains a jquery sortable list, and each item has a jquery icon on the left-hand side (the up-down arrows).
Whenever the items "overflow" and the ...
0
votes
0answers
23 views
sortable jqueryUI issue in popup
I have a popup showing list of images.when i use php file in url directly like
http://mysite.com/pages/photos.php
it works fine.BUT when i use it from other page like
...
0
votes
1answer
26 views
jquery ui layout plug-in and ui sortable - interchangeable lists
Having the jquery ui layout plugin and two sortable lists elements drag/drop in only one direction. See example: http://layout.jquery-dev.net/demos/droppable.html
Each list is in a different pane.
I ...
0
votes
0answers
12 views
JqueryUi Sortable issue while traverse
I saved order for my images and i want to show it in same order what i saved.here is what i tried
<div class="image-sort ui-sortable" id="image-sort">
<?php
while ( $rw = ...
1
vote
1answer
50 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
2answers
31 views
jquery events effecting wrong elements
http://s199881165.onlinehome.us/transfem/sortable%20test/sortable2.php
So I am working on a video-site UI that has draggable / droppable / sortable (jquery) tiles that link to certain videos. As you ...
0
votes
0answers
68 views
jQuery UI: Nested Connected Sortable
I'm using jQuery 1.9.1 and jQuery UI 1.10.2 to create a nested sortable/draggable/droppable environment. It consists of a number of gates, containing a number of nested categories, each containing a ...
0
votes
0answers
16 views
How to use Flexslider with UI Sortable?
What I want to do is to be able to interchange position between the slides and for instance, if I want to change the position of a slide with other that is in the 'next page' of flexslider, then be ...
0
votes
0answers
62 views
JQuery/Javascript Nested Sortable list Stop Propagation
Okay, Here is the problem:
I've created a nested sortable list with JQuery. This consists of a (which i refer to as the outside UL)that contains another UL (the internal UL). The outside has a ...
0
votes
0answers
81 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
0answers
39 views
jquery sortable droppable on overflow hidden
Setup:
one jquery sortable list which has a fixed height with overflow hidden (due to the fact that a custom scrollbar is in place)
one jquery droppable list, which is near the sortable list
...
0
votes
2answers
72 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
58 views
How do I test JQuery-UI Sortable's controller interaction in my Rails app using RSpec?
The problem
The problem is that I know the controller sort action is being called, and that it's getting the right params to do its thing. I can see everything is working when I test through the UI, ...
0
votes
1answer
43 views
Droppable over event not firing on different tab
When I try to connect 2 lists which are seperated by tabs the over event is not firing on the list on the second tab.
Here's my HTML
<div id="TabSet" class="tabs">
<ul>
...
1
vote
0answers
70 views
jquery ui sortable temporary element swapping during drag
I need to implement temporary drag replacement in a size-limited jquery ui sortable list.
I have 2 sortable lists:
A "slot" with only 1 spot to hold a single element
A "bucket" that holds several ...
0
votes
2answers
86 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 ...
-1
votes
1answer
53 views
jquery ui sortable, drag and drop for data assignment
I'm searching an example using jquery ui sortable, drag and drop for the following scenario
I have 2 columns one contains different number of rows and the other column should act as place holder for ...
0
votes
2answers
44 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
0answers
30 views
Manually trigger receive event for jquery-ui sortable
Here's a working demo of my code so far.
When you drag into the open space, an empty group will be created. I may be going about this the wrong way, but I would like the item that is dragged to the ...
1
vote
1answer
126 views
Having Jquery sortable within droppable and draggable <div>
I am currently working on a feature where I need to combine droppable, draggable and sortable feature all at the same time. Below is my test code. I am sorry since I was not able to get jsfiddle for ...
1
vote
1answer
67 views
Cloned div with sortable table allows dragging but not sorting
I have a web form in when I need to add div blocks dynamically. Within the div blocks lives a sortable table of items. I am doing the add of the div and it's children by calling clone() on the last ...
6
votes
1answer
100 views
Stacking divs into a pyramid using jQuery UI
I'm attempting to use jquery to stack elements into a pyramid, but I can't see to get it right.
For example, i would like to have a list with 3 items (apple, banana, cheeto). Using droppable or ...
0
votes
1answer
45 views
jQuery.sortable() and limiting movement
I have a rather complex UI to implement. Lots of dragging and dropping. However, there are some 'groups' in the dom, that are sortable, but I need to limit the ability to drag an item past an item ...
1
vote
1answer
109 views
jquery ui sortable doesn't scroll in IE when placed in a scrollable div
checkout this fiddle: http://jsfiddle.net/MSygf/3/ in Internet Explorer
<div style="overflow-y:auto;max-height:100px;">
<ul class="draggable">
<li class="drag">Drag 1</li>
...
1
vote
1answer
97 views
Avoid default rounding behaviour with decimals in C#
Context: I'm doing sorting using Sortable.
$("#sortable").sortable({
update: function (e,ui)
{
...
0
votes
1answer
85 views
jquery sortable, IE, and infinite scrolling
check out this fiddle in IE:
http://jsfiddle.net/GA4Qs/108/
notice the style style="position:relative;clear:both;max-height:100px;overflow:auto;"
basically, I want it so that when you scroll and ...
0
votes
1answer
50 views
JQuery sortable when dragging item down below visible area, window does not scroll in firefox
When using the jquery ui sortable widget and dragging an item down below the visible area in the browser, the window does not scroll so that you can drop it in an area below there where other items ...
0
votes
2answers
59 views
jquery sortable - prevent duplicates between 2 lists
as in the title, how can I prevent duplicates between 2 lists. I am trying to stop duplicates in the #selected list. I suspect its done in the receive event but i am not having any luck.
...
0
votes
1answer
60 views
jQuery UI Sortable: tolerance “intersect” doesn't work as expected (bug #8342)
9 days ago (at time of this writing) the following bug has been reopened:
Sortable: Incorrect behaviour (or incorrect documentation) of sortable option tolerance: 'intersect'
Unfortunately I can't ...
0
votes
3answers
55 views
jQuery UI Sortable - Disable sideways movement
With the jQuery UI's sortable function, a user can move the div in any direction. I only want the user to be able to drag it up and down. How would I go about doing this?
Thanks in advance.
0
votes
1answer
140 views
Jquery UI .sortable() trigger select sort
I am completely stuck in trying to make an ul sortable and within the update function sort the (hidden) select with the new order of the items in the ul
here is my function
...
0
votes
1answer
47 views
jquery-ui connected sortable: how to hide/show first item?
I have this html markup:
<ul id="sortable1" class="connectedSortable">
<li class="ui-state-default">Item 1</li>
<li class="ui-state-default">Item 2</li>
...
0
votes
0answers
24 views
I want to provide users feedback depending on how they sort and submit a list…how? [closed]
I have a list of 11 survey responses. I thought it would be cool if users could rank them from top to bottom in terms of what they thought the most prevalent responses were. When they submit their ...
0
votes
1answer
127 views
Save order of items from jQuery sort to PHP
I want to allow my users to sort some items with jQuery UI sort ( http://jqueryui.com/sortable/#default )
I have added all required files and it's working. I have problem with saving that new order ...
0
votes
0answers
111 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 ...
1
vote
0answers
53 views
jQuery UI: Draggable to nested sortable does not remove styles from
In this Fiddle (jsfiddle.net/s6s4R/12/) I have some Draggables and a Sortable within a Sortable
The draggables are connected with sortable (.region)
Sorting between sortables seems to work fine, but ...
0
votes
0answers
30 views
jQuery Dragable Sortable and Dropable combination from the Demo Page?
I am looking to combine the jQueryUI dragable and dropable with the sortable, so taking the demo example, how would I implement the sortable option into the images area only. I just need to be able to ...
1
vote
1answer
98 views
Custom scrolling for jquery ui sortable
I have a sortable list of thumbnails. The design calls for custom scroll buttons instead of scrollbars or using the default sortable scroll.
I need to know how to get the list of images to scroll ...
