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 mjackson,
i am trying to use the updated code from the git but when i link the file and request for the init function i.e. Shadowbox.init();
it throws an error ReferenceError: Shadowbox is not defined
but when i switch back to the Shadowbox.js, version 3.0.3
its start working
please help me out or guide me where i am making mistake thanks
The text was updated successfully, but these errors were encountered:
I think the syntax has changed, looking at the source code:
shadowbox.initialize()
Note the lowercase 's' at the start of 'shadowbox' reference.
Sorry, something went wrong.
No branches or pull requests
Hi mjackson,
i am trying to use the updated code from the git but when i link the file and request for the init function i.e.
Shadowbox.init();
it throws an error ReferenceError: Shadowbox is not defined
but when i switch back to the Shadowbox.js, version 3.0.3
its start working
please help me out or guide me where i am making mistake thanks
The text was updated successfully, but these errors were encountered: