jQuery

jQuery is a common and powerful JavaScript library that abstracts browser compatibility issues, simplifies element selecting, and provides a simplified interface to AJAX and DOM manipulation.

Include jQuery on any page by adding the following to the <head> of the template:

<#assign c=JspTaglibs['http://java.sun.com/jsp/jstl/core']/>
<script type="text/javascript" 
        src="<@c.url value="/resources/scripts/libs/jquery-1.11.0.min.js"/>"></script>