Hello, how can i make a placeholder for the drop area when the list is empty?
I tried add a static
I think that there is better and simplier way to achive that.
Add pseudoelement to parent, and check in js for items. If there is any item remove added class with :before or :after content.
Item will be non dragable and u have full control using events in sortable.
mark
Most helpful comment
I think that there is better and simplier way to achive that.
Add pseudoelement to parent, and check in js for items. If there is any item remove added class with :before or :after content.
Item will be non dragable and u have full control using events in sortable.
jsFiddle