I made a sortable, resizable, draggable, with-clone portlet but when I resize it I run into a bug. My script:
When I try the following script: http://jsfiddle.net/mYx5y/23/ I get a strange开发者_开发知识库 white line in the background instead of it all being gray.
I have the following script where the margin f开发者_Python百科or the . portlet class is behaving strangely:
Any idea why jquery ui theme is not working in jsfiddle, but it works on my localhost? http://jsfiddle.net/oshirowanen/Uxva开发者_如何学PythonG/The JS expects a portlet class, while the HTML uses the
I have the following script: http://jsfiddle.net/oshirowanen/mYx5y/3/ Why is the height of the tab w开发者_运维百科hich contains the sortable elements not resizing it\'s height properly to contain a
EDIT 1: You can try this by removing the sortable script from the link below.As soon as you remove i开发者_如何学JAVAt, the tabs start working.
I\'m using Sortable and got it up and working. But I\'m trying to save what is where inside the lists.
Here is the crux of it: I need to disable/contain dragging and dropping between two sortables only for particular items, while allowing those same items to be dragged and dropped within their sortable
I know we can get the current dragged element\'s id by ui.item.attr(\'id\') but what can we get from event parameter? 开发者_开发问答Could it like javascript, have event.target property?
first I have a sortable container with class=\"viewport\", then I want show each child\'s id after be sorted, so the code: