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

Conflicts with other jquery plugin

0 Answers 72 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gini
Top achievements
Rank 1
Gini asked on 14 Jul 2010, 05:57 PM
My page is using some other jquery plugin with using
<% Html.Telerik().ScriptRegistrar().jQuery(false); %> at the bottom of site.Master

However, the tabstrip doesn't work such as LoadContentFrom. I was trying to replace with this snippet and yet, it still didn't work. Please help.

<%Html.Telerik().ScriptRegistrar().DefaultGroup(group =>
          group.Add("telerik.common.js")
            .Add("telerik.menu.js")
            .Add("telerik.tabstrip.js"))
.jQuery(false).Render(); %>




Tags
TabStrip
Asked by
Gini
Top achievements
Rank 1
Share this question
or