ProgerXP / FileDrop

Self-contained cross-browser pure JavaScript class for Drag & Drop and AJAX (multi) file upload.
filedropjs.org
The Unlicense
264 stars 61 forks source link

Documentation: jQuery interface both prefixes and _lowercases_ FileDrop events. #40

Closed rpavlik closed 9 years ago

rpavlik commented 9 years ago

Had trouble figuring out how to get dragEnter/dragLeave using the jQuery integration till I dug into the source, and noticed that the event name is being lowercased in addition to having the fd or file prefix attached. I didn't see this in the docs anywhere.

ProgerXP commented 9 years ago

Indeed, added this explicitly to the docs. Thanks for reporting.