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
Would anyone happen to know what is going on here? Is there a step that I am missing?
This is scripts section. I'm linking to jQuery:
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> <script src="../../public/js/jquery.lettering-0.6.1.min.js" type="text/javascript"></script> <script src="../../public/js/jquery.textillate.js" type="text/javascript"></script>
And I have this in my header:
<link href="../../public/css/animate.css" rel="stylesheet">
And this is the script I'm trying to run:
<script> $(function() { $(".profile-animate").textillate(); }) </script>
I'm also confused about the syntax error, because I haven't touched that file or changed anything in it.
The text was updated successfully, but these errors were encountered:
Hi @TaqwaR, Can you please provide your html code? I think it will be helpful.
Sorry, something went wrong.
Please use this CDN link. Or, you will store this CDN file locally.
No branches or pull requests
Would anyone happen to know what is going on here? Is there a step that I am missing?
This is scripts section. I'm linking to jQuery:
And I have this in my header:
<link href="../../public/css/animate.css" rel="stylesheet">
And this is the script I'm trying to run:
I'm also confused about the syntax error, because I haven't touched that file or changed anything in it.
The text was updated successfully, but these errors were encountered: