Uncaught TypeError: $(...).elfinder is not a function #3388
Unanswered
justintheytaz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I installed Elfinder according to the wiki. My paths are correctly edited. The uploading of files is working correctly.
But I can't declare an Elfinder object because it doesn't find the elfinder() function. I tried the following best, after loading the plugin.
<script type="text/javascript"> var options = {}; $('#elfinder').elfinder(options); elfinder.bind('upload', function(event) { alert('upload'); }); </script>What javascript resource am I missing? And how should I add it?
Beta Was this translation helpful? Give feedback.
All reactions