Open marconi opened 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?
$('.drop-zone')
I also need to unbind filedrop from elements. Is there a way?
I have the following code:
How do I unbind everything so that
$('.drop-zone')
will get back to a regular div and no filedrop functionality?