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

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

Open
TaqwaR opened this issue Mar 15, 2018 · 2 comments
Open

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

TaqwaR opened this issue Mar 15, 2018 · 2 comments

Comments

@TaqwaR
Copy link

TaqwaR commented Mar 15, 2018

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
Copy link

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

@fahaddevs
Copy link

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

<script src="https://cdn.jsdelivr.net/npm/textillate@0.4.1/jquery.textillate.min.js"></script>

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

3 participants