Stereobit / dragend

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

is there a public method to destroy the dragend occurrence. #12

Closed abbey82 closed 10 years ago

abbey82 commented 11 years ago

Hi, i'm using this script on a mobile site that resizes responsively to table and desktop views... I want a way to stop the dragend script at a certain point and give back control odf the nested elements...

something like: $.dragend('destroy');

does this exist? I can't seem to find any documentation on this.. any help, thx!

Stereobit commented 11 years ago

I'm sorry, currently there is no destroy method. But having one is a very good idea. I'll include it as soon as possible.

Stereobit commented 10 years ago

Hi, I've added a destroy method. Let me know if it's working like you expected.