jquery-filedrop
jquery-filedrop copied to clipboard
Destroy feature
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.
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..