-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jQuery(...).filedrop is not a function with jQuery 3.1.1 #185
Comments
Found that problem too. The solution is:
good luck upd: fixed in new file version already (v. is still 0.1.0) |
I am having the same issue with jQuery 3.2.1 have tried to the fix above but its causing other |
I am also having the same issue with JQuery 3.2.1. |
Hello I've tried this fix above as well, does any one have an update, I've been searching for a couple hours now, I'm working on a MVC 5, jquery-3.3.1 project, and I like the FileDrop.js function for its simplicity. |
Using JQuery 3.3.1 and tried the fix above and get "Syntax error, unrecognized expression: #" Any ideas? |
Add this reference then all will become good in the world.... |
im also facing this issue.
also gives the next error: "Syntax error, unrecognized expression: #". Adding the reference to jquery-migrate doesnt solve it either. Please advise. |
Hey i think i ended up just using a file browse button. I could never get
the drop box working properly.
…On Wed, Feb 13, 2019, 7:26 AM allac00 ***@***.*** wrote:
im also facing this issue.
The solution
"* remove jQuery.event.props.push("dataTransfer");
- change e.dataTransfer to e.originalEvent.dataTransfer"
also gives the next error: "Syntax error, unrecognized expression: #".
Adding the reference to jquery-migrate doesnt solve it either.
Please advise.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#185 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ApNcxnS0KXGCHaNdgV5ZqSD5hCVvscyHks5vNARcgaJpZM4Lkw-6>
.
|
#186 fixes this issue if you're in a pinch. |
Hi, i have made a fork and submit a pull request with solution to this error. :) |
Is there a fix for this? I am upgrading from jQuery 1.7.2 to 3.1.1 and am receiving this error:
jQuery(...).filedrop is not a function
The text was updated successfully, but these errors were encountered: