All, I am trying to create an igoogle interface using PHP, MySQL and JQuery UI and I stumbled on jquery UI\'s portlets over here:
I\'m having a rather confounding issue with Internet Explorer (go figure). I have 3 connectedLists for assigning projects to developers.The right hand list has the unassigned projects, and the other t
I have a tabel with a form in it that is using sortable to allow drag and drop sorting, it also has up and down arrows that can be clicked to move rows up and down. When the table is generated I hide
I\'m looking to use jQuery UI Sortable + Draggable + Droppable with the same items.I\'d like to sort all .item elements and be able to drag and drop an .item into another. Below is my code:
I have a nested Sortable which is not working quite well on it\'s own, but I\'ve added a Draggable too, which is causing even more problems.
I have a table where the users are allowed to drag and drop rows in the order they want, and then save them. I have no problem with getting the drag and drop part to work. It\'s the saving I\'m having
I have several <li> tags under one id, such as: <div id=\"myID\"> <li>A</li> <li>B</li>
I am trying to use jQuery UI\'s Draggable & Sortable to make an object able to be freely moved within an element, without having to remain next to another obje开发者_开发百科ct.
I\'m having some problems with jquery sortable... It happens that after sorting, the click event of the element dropped get triggered, and on the top of this, the dragging mode doesn\'t get revert, s
Given n lists of m items that are Sortable across lists, how can I get an overall list of IDs for all items in all lists from top to bottom (including both sort participants and non-participants)?