Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jquery Ui Sortable

Prevent Duplicated Item In Jqueryui Sortable

Fiddle Example I was trying to prevent duplicated items from being dragged into #sort2 from #sort b… Read more Prevent Duplicated Item In Jqueryui Sortable

Johnny Sortable: How To Use Sort.sortable("serialize");

I use: http://johnny.github.io/jquery-sortable/ With this plugin you can change the order of a lis… Read more Johnny Sortable: How To Use Sort.sortable("serialize");

Alphabetically Sort Elements In Sortable List With Over 13 Items

I'm using jQuery UI to create several, interconnected sortable lists the html: Unassigne… Read more Alphabetically Sort Elements In Sortable List With Over 13 Items

Angularjs Ng-repeat Rerender

I'm building a simple app with AngularJS. The app make a async AJAX call to the server and the … Read more Angularjs Ng-repeat Rerender

Sort Multiple Selected Items In Jquery Sortable?

I'm trying to select more than one item in a jQuery sortable set and then move the selected ite… Read more Sort Multiple Selected Items In Jquery Sortable?

Rearrange Tiles Within An Area

I'm trying to create a tile grid that can be rearranged. The tiles are of different sizes. Here… Read more Rearrange Tiles Within An Area

JQuery Sortable Updated Data Not Being Serialized

I am using the jQuery Sortable plugin. Looking at the basic example on how to serialize the data I … Read more JQuery Sortable Updated Data Not Being Serialized

JQuery UI Sortable - Drag Element On Click

I have two blocks, 'draggable' and 'sortable'. Inside 'draggable' I have fe… Read more JQuery UI Sortable - Drag Element On Click