How to use jQuery and other JavaScript Libraries in Sitefinity

How to use jQuery and other JavaScript Libraries in Sitefinity

Posted on March 25, 2009 0 Comments

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.

Comments

Comments are disabled in preview mode.
Topics

Sitefinity Training and Certification Now Available.

Let our experts teach you how to use Sitefinity's best-in-class features to deliver compelling digital experiences.

Learn More
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