We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I have tried to use this plugin but I could not start the basic example. You can see my project here
On the console window, you will see the error I am getting.
What is the problem here?
Thanks
The text was updated successfully, but these errors were encountered:
VIDEOJS: ERROR: ReferenceError: $ is not defined would suggest to me that JQuery is required but not loaded and available.
VIDEOJS: ERROR: ReferenceError: $ is not defined
Sorry, something went wrong.
Here - https://github.com/contently/videojs-annotation-comments/blob/master/src/js/index.js, it expects jQuery in global.
So I have to include a jquery script tag in my index.html.
Also, you need to add import '@contently/videojs-annotation-comments/build/css/annotations.css'; for proper styles.
import '@contently/videojs-annotation-comments/build/css/annotations.css';
No branches or pull requests
Hi,
I have tried to use this plugin but I could not start the basic example. You can see my project here
On the console window, you will see the error I am getting.
What is the problem here?
Thanks
The text was updated successfully, but these errors were encountered: