Base solution for your next web application
Open Closed

Getting error "TypeError: $(...).tooltip is not a function" #4479


User avatar
0
velu created

Hi,

We are using "ASP.NET MVC 5.X + ANGULARJS 1.X". In that we are getting below mentioned errors.

  1. TypeError: $(...).tooltip is not a function angular.js:14362
  2. Uncaught TypeError: $(...).tooltip is not a function app.js:376
  3. TypeError: Cannot read property 'length' of null angular.js:14362

Please look into this.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @velu,

    tooltip function exists both in jQuery UI and Bootstrap <a class="postlink" href="https://jqueryui.com/tooltip/">https://jqueryui.com/tooltip/</a> <a class="postlink" href="https://getbootstrap.com/docs/3.3/javascript/#tooltips">https://getbootstrap.com/docs/3.3/javascript/#tooltips</a>

    Can you check if one of those scripts is removed from your project somehow ?