Upgrading Joomla 2.5.22 to Joomla 3.3.1 shows the following error:
TypeError: jQuery(...).tooltip is not a function
jQuery('.hasTooltip').tooltip({"html": true,"container": "body"});
What might be the solution to eliminate this error from the site?
JHtml. If not, then have a look at my answer here for importing jQuery with different Joomla versions: stackoverflow.com/questions/12471067/… - Lodder