weixiyen / jquery-filedrop

jQuery plugin - drag and drop desktop files and POST to a URL to handle files.
958 stars 285 forks source link

How to unbind filedrop? #94

Open marconi opened 12 years ago

marconi commented 12 years ago

I have the following code:

$('.drop-zone').filedrop(...);

How do I unbind everything so that $('.drop-zone') will get back to a regular div and no filedrop functionality?

CoolWind commented 9 years ago

I also need to unbind filedrop from elements. Is there a way?