Make a list sortable via drag and drop
				Posted: Sun Mar 04, 2012 9:10 pm
				by mcgrathken.kmg
				Hey guys, i was just wondering if anyone else here was having the same problem as me with trying to make a sortable list via drag and drop.According to jQuery docs (http://jqueryui.com/demos/sortable/) this simple function call should work on a list ie call the function on the parent list named  (sortable) and all its children should inherit its sortable property.
 
 
 Anyone with any experience or advise would be much appreciated.
 
			 
					
				Make a list sortable via drag and drop
				Posted: Mon Mar 05, 2012 1:56 am
				by maxkatz
				This sort of drag and drop functionality is for regular web apps, not mobile web apps, I believe. I don't think this sort of drag and drop functionality is available on mobile devices.
 
			 
					
				Make a list sortable via drag and drop
				Posted: Tue Mar 06, 2012 12:45 am
				by mcgrathken.kmg
				ok max thanks. i will investigate further. Any suggestions on how to sort a standard list would on a mobile device would be much appreciated thanks
 
			 
					
				Make a list sortable via drag and drop
				Posted: Tue Mar 06, 2012 6:26 pm
				by maxkatz
				You should look into sorting a mobile list, there is no standard list component available when building a mobile app.