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

[Solved] Using Jquery tooltip plugin and MVC extensions

2 Answers 149 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Adam
Top achievements
Rank 1
Adam asked on 09 Nov 2010, 12:52 PM
Hello
I would like to know if it is possible to use a third party Jquery tool-tip plug in in parallel with the Telerik MVC extensions without causing a clash between different versions of JQuery?

thank you.
Adam

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 09 Nov 2010, 01:22 PM
Hello Adam,

 You can use other 3rd party components as long as they are compatible with jquery-1.4.2.js. To avoid including the jquery script twice you can include it manually and disable the automatic including like this:

<%= Html.ScriptRegistrar().jQuery(false) %>

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Derek
Top achievements
Rank 1
answered on 24 Nov 2010, 07:32 PM
I found 
<%= Html.Telerik().ScriptRegistrar().jQuery(false) %>

worked for me.
Tags
General Discussions
Asked by
Adam
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Derek
Top achievements
Rank 1
Share this question
or