Open TaqwaR opened 6 years ago
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.
Hi @TaqwaR, Can you please provide your html code? I think it will be helpful.
Please use this CDN link. Or, you will store this CDN file locally.
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.