Hi,
I'm trying to use this (hoverIntent) jquery plug in in my code and doesn't seem to work. How can I add a jquery plugin?
I have included the followings to my page.
<telerik:RadScriptManager runat="server" ID="RadScriptManager1" >
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Path="~/js/jquery.hoverIntent.minified.js" />
</Scripts>
</telerik:RadScriptManager>
thanks
I'm trying to use this (hoverIntent) jquery plug in in my code and doesn't seem to work. How can I add a jquery plugin?
I have included the followings to my page.
<telerik:RadScriptManager runat="server" ID="RadScriptManager1" >
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Path="~/js/jquery.hoverIntent.minified.js" />
</Scripts>
</telerik:RadScriptManager>
thanks