Change style of element on Drag-n-Drop

How to change style when drop event fires ?

On drop i want to change style of moved element .

Hello, @Naufil

To solve the issue, you could use onAfterDrop event to catch the very moment item is dropped. From the context of the event, you could get the ID of the dragged item(s). Then, change the style of the item, using its ID.
Please, check the snippet here: Code Snippet