Since i did run JQuery i have a JavaScript error on my website. Something is calling the 'tooltip' function of jQuery UI and it's not available on the web page.
This is What i get from a template provider:
It is not Vik Rent Items though, it must be another plugin calling that function. Please try to check all the plugins enabled for the back-end because something is stopping the loading of some Joomla libraries. From what I know, "jQuery Easy" only works for the front-end, it should not be touching the back-end. If the plugin is enabled then make sure it is not touching the back-end. Otherwise, the same plugin could fix the error by loading the jQuery UI library also for the back-end.
Vik Rent Items doesn't need jQuery UI, it just needs jQuery basic and that's available in the whole back-end. However, something is calling the 'tooltip' function in the back-end and this is not available. This is stopping the whole jQuery framework to work, even the basic functions.
You just need to locate who is using the 'tooltip' function and stop it or you need to find who is stopping jQuery UI to be loaded in the back-end so that the function 'tooltip' will be available.
How can i fix this?
Many Thanks for you help.
Regards
Markus