jquery-ui-sortable
jQuery ui sortable multiple column width elements
I want to make three columns of lists that are connected by the jquery sortable widget, this is easy. Now the difficult part: I want some elements to have the width of two or three columns.[详细]
2023-04-13 10:02 分类:问答symfony: csDoctrineActAsSortablePlugin and i18n
[originally posted on Symfony forum but no (proper) answer has been given yet]. Has anyone ever managed to put Sortable behavior using csDoctrineActAsSortablePlugin on any model having i18n fields?[详细]
2023-04-13 08:42 分类:问答ui.helper vs ui.item in jQuery UI
I was studying the jQuery UI Sortable widget and it said that all callback functions receive a ui object. Two of its properties are ui.helper nad ui.item. ui.helper is mentioned to be mostly a clone o[详细]
2023-04-13 03:19 分类:问答jquery.sortable driving me nuts
i\'m trying to make a set of elements sortable. Each element is created after an ajax request, so basically not开发者_StackOverflow中文版hing in the DOM is available to bind sortable() on DOM ready.[详细]
2023-04-13 02:13 分类:问答Backbone.js collection retain new sort order?
OK, so I am sorting a group of dashboard widgets with jQuery UI and would like to re开发者_如何转开发tain the new order of the widgets.What is the best approach to this?Any ideas?[详细]
2023-04-12 20:21 分类:问答jQuery sortable and array resort
I have an array of elements: markers and a table which updates it\'s rows to populate with the data stored within markers. markers itself houses an object marker which has a latitude and longitude amo[详细]
2023-04-12 10:32 分类:问答jQuery UI sortable tolerance
I\'m having some trouble getting smooth operation of jQuery UI sortables.开发者_StackOverflow The tolerance I set doesn\'t always work correctly - for example, if I set it to \'pointer\', sometimes I[详细]
2023-04-12 01:40 分类:问答Implement ajax sortable lists with jQuery and Rails 3
There are many similar questions but I can\'t find one that exactly meets my needs. You\'d think this is a very common problem and there should be a polished gem solutions out 开发者_开发百科there.[详细]
2023-04-11 12:57 分类:问答How to combine two lists with draggable, droppable and sortable?
I开发者_如何学C have two lists. At start only the first one has visible elements, the second list starts with only one hidden element. When I drag, I search empty list to find if there is only one ele[详细]
2023-04-11 04:29 分类:问答Method for disabling a jquery sortable while awaiting an ajax update?
I have a jquery sortable with an ajax callback tied to the update event.The ajax callback sends the updated sort order back to the server and then does a refresh of the sortable to guarantee that the[详细]
2023-04-10 23:46 分类:问答