Skip to content
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

javascript error: Uncaught TypeError: undefined is not a function #4

Open
sparkcom opened this issue Apr 6, 2019 · 0 comments
Open

Comments

@sparkcom
Copy link
Contributor

sparkcom commented Apr 6, 2019

Here is my javascript

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> <script type="application/javascript" src="/resources/vendor/axyr/silverstripe-flashmessage/client/javascript/flashmessage.js?m=1544255700"></script>

But in chrome console, i have this js error:
Uncaught TypeError: undefined is not a function

and the affected line is:
$(document).ajaxComplete(function() {

looks like some compatible issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant