This is a migrated thread and some comments may be shown as answers.

jQuery inside a tooltip

1 Answer 70 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
George
Top achievements
Rank 1
George asked on 25 Apr 2018, 08:35 AM

We have a kendo tooltip which loads content (a cshtml partial) via ajax. But it seems as though that partial doesn't have access to jQuery.

We get the old classic "$ is not a function" message in the browser console.

Is this a known issue? Is there a workaround?

To be specific, we want to host another tooltip from an object within the first tooltip.

Thanks,

George

1 Answer, 1 is accepted

Sort by
0
George
Top achievements
Rank 1
answered on 25 Apr 2018, 09:13 AM

Ignore this. Solution found.

The tooltip can access jquery by default, just not where we had called it from (an external js file). Now it's called from main code file (aspx) it's partial can access jquery and kendo UI.

Tags
ToolTip
Asked by
George
Top achievements
Rank 1
Answers by
George
Top achievements
Rank 1
Share this question
or