IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
You can add jQuery or other built-in libraries in Sitefinity CMS, for example KendoWeb.
You have two options to add a jQuery library to your widget, page, or master template:
Regardless of which option you choose, resources are added as embedded resources. Therefore, they are combined with all other Sitefinity CMS built-in library resources and loaded in the browser together.
To include Sitefinity built-in jQuery resources, you register the Telerik.Sitefinity.Web.UI assembly in the markup of your widget or page and add the following code in the markup of the widget, page, or template:
You include Sitefinity built-in jQuery programatically using the PageManager class. To use the PageManager,depending on whether you are adding the library to a widget, page, or template, add the following namespace in the beginning of the code-behind of the ascx.cs, aspx.cs, or master.cs file: using Telerik.Sitefinity.Modules.Pages;
using Telerik.Sitefinity.Modules.Pages;
Next, include a reference to Sitefinity's built-in version of jQuery library. To do this, use the PageManager class in the Page_PreRender method of your ascx.cs file code-behind:
This code registers the built-in version of jQuery, so that your widget can access the library.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important