weixiyen / jquery-filedrop

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

Apply to use library with multi-time loading without page reload. #136

Open sugilog opened 11 years ago

sugilog commented 11 years ago

Apply to library with following use case.

  1. jQuery(selector).filedrop({});
  2. jQuery(selector).remove();
  3. jQuery(selector).filedrop({});

Current filedrop library has problem (I think). jQuery(selector) will be refresh, but jQuery(document) has some events for filedrop.