Stereobit / dragend

dragend JS – a touch ready, full responsive, content swipe script
http://stereobit.github.com/dragend/
MIT License
485 stars 114 forks source link

How to Recover Draggable #52

Open mvplinchen888 opened 9 years ago

mvplinchen888 commented 9 years ago

i disable draggable by use preventDrag: true. then i want to recover draggable. i set

    .dragend({
        preventDrag: false
    });

but it does not working.