jquery-filedrop icon indicating copy to clipboard operation
jquery-filedrop copied to clipboard

Destroy feature

Open bennlich opened this issue 12 years ago • 1 comments

Has anyone tested this feature?

https://github.com/weixiyen/jquery-filedrop/pull/38

I can't seem to get it to work. I'm doing

var uploadDiv = $("#upload_wizard");
uploadDiv.filedrop({
      blah blah options
});
uploadDiv.filedrop('destroy');

but the functionality remains.

bennlich avatar Sep 10 '12 20:09 bennlich

I ran into the same issue. And as far as I can see, the destroy funtionality does not seem to be in the code anymore.. Or am I missing something? It would be really great if this would work again, as the plugin instelf does an amazing job..

kaesetoast avatar Sep 13 '12 09:09 kaesetoast