Skip to content

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

@TaqwaR

Description

@TaqwaR

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions