-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
TypeError: $(...).jPlayer is not a function #419
Comments
Looks like you’re only including the jplayer.playlist.js - you need to include the main jPlayer library as well.
|
I have included these all files but facing same problem . $(...).jPlayer is not a function. |
me too |
Check your version the compatability of the software. Version are important and must match in order to function. Check also the folder name where you put the files. |
I am trying to add jplayer to moodle 3.5, it was working before on moodle 2.8 and 3.2. Now getting $('#jplayer_audio_1').jPlayer({..... is not a function. I am adding following piece of code (which is basically example from jplayer)
The text was updated successfully, but these errors were encountered: