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/customizing-droppable-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 customizing droppable widget. This is continuation to Part 94. Please watch Part 94 from jQuery tutorial before proceeding. Options / events to customize the jQuery droppable widget over - This event is triggered when an acceptable draggable is dragged over the droppable out - This event is triggered when an acceptable draggable is dragged out of the droppable activate - This event is triggered when an acceptable draggable starts dragging deactivate - This event is triggered when an acceptable draggable stops dragging activeClass - The specified class will be applied to the droppable while an acceptable draggable is being dragged hoverClass - The specified class will be applied to the droppable while an acceptable draggable is being hovered over the droppable The helper option of draggable widget specifies the element that you want to use as a helper while dragging the draggable. This option supports multiple types - string or function. String: If set to "clone", then the element will be cloned and the clone will be dragged. Function: A function that will return a DOMElement to use while dragging.
