0
votes
2answers
15 views
Avoid element to get selected when its dropped with jQuery sortable
Hi!
I have a function which let me select a element when its clicked. It goes like this:
$('ul.grid li').click(function() {
var input = $(this).find('input.select-state:first'); …
1
vote
2answers
46 views
Nested Sortable JQuery list doesn’t work in IE while it does in FF
Hello everybody,
While I'm using this site quite often as a resource for jQuery related problems I can't seem to find an answer this time. So here is my first post.
During daytim …
0
votes
1answer
59 views
jQuery Sortable+Droppable vs Draggable special functionality
Hello - I'm trying to make a functionality that allows for a draggable list of items (left column) to be dragged onto a sortable list (right column). What is different about just d …
1
vote
1answer
78 views
jQuery draggable clone with y axis restriction
If I have this markup:
<table id="sometable">
<tr>
<td class="x"><span>111</span></td>
<td>aaa</td>
</tr>
&l …
4
votes
3answers
119 views
(Ruby, Rails, Javascript) Drag and Drop without bugging the server…?
Hi All,
Is there an equivalent of "link_to_function" (instead of ":action") when using "draggable_element"? Basically I need to drag and drop some items and have it reflected loc …
0
votes
0answers
19 views
JQuery Drag Drop - How to Reset to Original State
Hi,
I've got a Drag Drop opening in a modal dialog window and would like to reset it back to its original load state if the user cancels out of the dialog. I'm using similar conce …
0
votes
1answer
52 views
jqueryUI droppable “drop” function firing on “over” only if i have on my draggable a “connectToSortable” option set
Hello guys hope anybody can help me with this little bug.
You can see the code on http://designvictim.com/jqueryui/index.html
Now here is my problem:
I'm trying to make somethin …
0
votes
1answer
51 views
JQuery draggable: scroll not working when helper: clone is used
I have a folder list type of situation where I can drag items from one folder to another using jquery draggable/droppable. Folder items are draggable and folders are droppable. The …
0
votes
2answers
177 views
Drag a zoomed image within a div clipping mask using jQuery draggable?
I'm creating an interface to allow a user to zoom in on an image and drag the zoomed version around within a clipping mask div.
I have a div 200px by 200px that I set overflow: h …
0
votes
4answers
77 views
Draggable div - what’s the point?
I've seen many implementations of draggable divs in jQuery, .Net Ajax, and plain old javascript. While they are all novel, and solve the problem with varying ease, I've never under …
0
votes
2answers
107 views
Jquery UI - Getting one element out of a display:hidden element when dragging
I have a group of elements sitting on a 'conveyor' element within another element that is set overflow:hidden using css. How do I, when dragging, get the element 'out' of the holde …
1
vote
2answers
45 views
jquery draggable to sortable
I've created a sortable list and a draggable item to add new items.
I have a remove button that I want to make visible when I add the new item from the draggable.
How do I wire t …
0
votes
1answer
63 views
jquery ui drag/drop getting position from multiple draggables
I have a droppable container with >1 draggables in it. I want to simply be able to see the position of each draggable every time any one of them is dragged. Sounds easy, but I'm ha …
0
votes
1answer
23 views
jQuery draggable text selection bug
I am not sure if this is a bug - but in this example there is no way to select the text underneath the elements that can be dragged.
Same issue with form elements.
http://jqueryu …
1
vote
2answers
972 views
jquery drag/drop problem: drop() function never gets called.
Hello,
I'm having trouble with the droppable effect in jquery 1.3.1 (UI version 1.5.3). As far as I can tell, everything works perfectly except the drop() function doesn't get cal …
