weixiyen / jquery-filedrop

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

Avoid jquery selector error when fallback_id is unset #186

Open themightychris opened 6 years ago

themightychris commented 6 years ago

Latest jquery spits an error out for $('#'), so this patch wraps everything that calls that in if ( opts.fallback_id )