0
velu created
Hi,
We are using "ASP.NET MVC 5.X + ANGULARJS 1.X". In that we are getting below mentioned errors.
- TypeError: $(...).tooltip is not a function angular.js:14362
- Uncaught TypeError: $(...).tooltip is not a function app.js:376
- TypeError: Cannot read property 'length' of null angular.js:14362
Please look into this.
1 Answer(s)
-
0
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 ?