Search code examples
javascriptjquerydraggable

How to remove Bullet from draggable element?


I have one draggable element in my code.

When I am dragging this element the bullet sign appeares, but I don't want this bullet.

Here is my code: *http://jsfiddle.net/hirenwebdp/Mf6zJ/333/*


Solution

  • http://jsfiddle.net/Mf6zJ/337/

    I just added display:block to your li style. This is the simplest way to accomplish your goal I think.