How to use jQuery and other JavaScript Libraries in Sitefinity

Default Blog Top Image
by The Progress Team Posted on March 25, 2009
The content you're reading is getting on in years.

This post is on the older side and its content may be out of date.
Be sure to visit our blogs homepage for our latest news, updates and information.

Update:  This blog post contains instructions for Sitefinity 3.x.  If you're looking for JQuery instructions for Sitefinity 4.x, please click here.

--

Do you know that we have jQuery, Prototype and mooTools libraries built-in Sitefinity 3.x? In order to use these libraries, you could simply reference them like this:

<sf:JsFileLink id="jsLink" runat="server" ScriptType="jQuery"></sf:JsFileLink> 
<sf:JsFileLink id="jsLink" runat="server" ScriptType="prototype"></sf:JsFileLink> 
<sf:JsFileLink id="jsLink" runat="server" ScriptType="mooTools"></sf:JsFileLink> 

 

The JsFileLink control is really helpful when you need to use an external javascript file as well:
<sf:JsFileLink id="jsLink" runat="server" FileName=”~/…”></sf:JsFileLink>  

 

Note that the javascript file path would be resolved on server side, so you do not need to hard code the file paths.

I bet this will be helpful :)


progress-logo
The Progress Team
View all posts from The Progress Team on the Progress blog. Connect with us about all things application development and deployment, data integration and digital business.
More from the author

Related Tags

Prefooter Dots
Subscribe Icon

Latest Stories in Your Inbox

Subscribe to get all the news, info and tutorials you need to build better business apps and sites

Loading animation