jquery slider
Hello,
I have couple of jqueries for slider images. How can i apply it to my sitefinity project. i know image rotator slider & faflate slider but i want to implement that functionality with my jquery. Please suggest me experts.
Thnks & Regards,
Nrv.
Isn't there anyone available for help ??
Hi,
Create a master page and use it to create a page template in Sitefinity. On the master page load Sitefinity jQuery. The jQuery loaded by Sitefinity 4.4.2117 is 1.7.1. There are two ways to load it:
With Resource links
<%@ Register TagPrefix="sitefinity" Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI" %><sitefinity:ResourceLinks id="resourcesLinks" runat="server"> <sitefinity:ResourceFile Name="Telerik.Sitefinity.Resources.Scripts.jquery-1.7.1.min.js" Static="true" /></sitefinity:ResourceLinks><sf:JavaScriptEmbedControl runat="server" ID="jQueryLink" ScriptEmbedPosition="Head" </sf:JavaScriptEmbedControl> <sf:JavaScriptEmbedControl runat="server" ID="jQueryUILink" ScriptEmbedPosition="Head" </sf:JavaScriptEmbedControl> <sf:JavaScriptEmbedControl runat="server" ID="JavaScriptEmbedControl6" Url="~/RTC_Scripts/series.js" ScriptEmbedPosition ="Head"> </sf:JavaScriptEmbedControl> <sf:JavaScriptEmbedControl runat="server" ID="JavaScriptEmbedControl5" Url="~/RTC_Scripts/jquery.anythingslider.js" ScriptEmbedPosition="Head"> </sf:JavaScriptEmbedControl>