i need to display the parent and child value. but here i have got the value only one side. but i need both sides.
i have tree list( one parent and 4 children), if i change the children p开发者_Python百科osition alert box will display the order.
I am trying to sort elements in an iframe from the parent frame using prototype + scriptaculous. I am receiving the following error when I try to create the sortable object:
I have a table of movies and a table of actors managed by a simple CMS built in c#.The user will need to adjust the order of the actors in a list on the movie page.I think the jquery sortable would pr
I 开发者_开发技巧have to place the child element into another child element. i have used disableSelection(), but child element will not accept the another child element.
Here i have done : http://jsfiddle.net/thilakar/QNkEL/2/ I can draggable the parent element and child element too. but i need drop the content between the child and another child(another parent c开发
I searched around and couldn\'t find a solution to this problem. I am trying to integrate jqueryUI sortable and draggable but I can\'t seem to get it to work.
Is there a convenient way to load the order of a stored jQuery UI Sortable list? I\'d prefer not to do this server side (extra complication/work for the server), and since the only users that would b
Is there a开发者_Go百科ny fix to make Jquery-ui sortable work on touch devices based on Android or IOS?I suggest jQuery UI Touch Punch. I\'ve tested it on iOS 5 and Android 2.3 and it works great on b
I have looked around and i wast able to find a way so sort div elements from left to right and right to left.