Remove listing bullets from the draggable element . when the element is dragged it is dragging it with the bullet so how can i remove that bullet.
here you can check my code - *http://jsfiddle.net/aNreg/197*
i want to remove the bullet when i am dragging the element and also after dropping element.
Add the rule
li.ui-draggable-dragging {
list-style:none;
}
Demo: Fiddle
The problem is since the draggable item is cloned the existing rule is not applied to it
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With