Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which class is added while sorting?

Tags:

As you know, on jQuery UI Dragable interaction, the element being dragged gets .ui-draggable-dragging class. Is there anything like this for sorting?

Example here. I want to change element's background-color while dragging. Which class is added while element is dragging? .ui-sortable-dragging?

like image 376
Eray Avatar asked Feb 14 '11 22:02

Eray


Video Answer


1 Answers

I found the answer myself: .ui-sortable-helper

like image 106
Eray Avatar answered Oct 12 '22 23:10

Eray