Hi Rob,
I found a entry in another ascx file:
<script runat="server"> 'for mega menu we need to register hoverIntent plugin, but avoid duplicate registrations Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Page.ClientScript.RegisterClientScriptInclude("hoverintent", ResolveUrl("~/Resources/Shared/Scripts/jquery/jquery.hoverIntent.min.js")) End Sub</script> Do i have to take this part in my Skin?
Many thanks!
Siegfried
I found a entry in another ascx file:
<script runat="server"> 'for mega menu we need to register hoverIntent plugin, but avoid duplicate registrations Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Page.ClientScript.RegisterClientScriptInclude("hoverintent", ResolveUrl("~/Resources/Shared/Scripts/jquery/jquery.hoverIntent.min.js")) End Sub</script> Do i have to take this part in my Skin?
Many thanks!
Siegfried