jschr / textillate

A jquery plugin for CSS3 text animations.
http://textillate.js.org
MIT License
3.66k stars 759 forks source link

jQuery.Deferred exception: $(...).textillate is not a function #120

Open TaqwaR opened 6 years ago

TaqwaR commented 6 years ago
screen shot 2018-03-15 at 2 37 19 pm

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.

Death-Gear commented 5 years ago

Hi @TaqwaR, Can you please provide your html code? I think it will be helpful.

fahaddevs commented 1 year ago

Please use this CDN link. Or, you will store this CDN file locally.