Summary
Keywords
Full Transcript
Link for all dot net and sql server video tutorial playlists https://www.youtube.com/user/kudvenkat/playlists?sort=dd&view=1 Link for slides, code samples and text version of the video http://csharp-video-tutorials.blogspot.com/2015/07/jquery-sortable-widget.html Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help. https://www.youtube.com/channel/UC7sEwIXM_YfAMyonQCrGfWA/?sub_confirmation=1 In this video we will discuss jQuery sortable widget with examples. jQuery sortable widget allow elements to be reordered. The following example 1. Allows weekdays Monday to Friday to be reordered 2. To make the list sortable we are using jQuery sortable widget 3. placeholder option specifies the style class that we want to apply to the location where the item will be dropped. If this option is not specified a white space will be displayed by default. 4. axis option is being used to restrict dragging to y-axis 5. opacity option controls the opacity of the helper while sorting 6. items option specifies which items of the element should be sortable
