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
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