2.10.3 Wiki frontend
2.10.3.1 JQuery
JQuery and Dojo are two javascript frameworks. The version of the Dojo
framework included in Cocoon is getting a bit old. Since it is difficult to
upgrade to a newer Dojo version (tied to our Cocoon version and a substantial
set of Dojo code already present in Daisy) we decided to incorporate JQuery for
some newer features.
If you are using a custom skin, add this to layout.xsl in your skin when
upgrading to Daisy 2.3 (add this right under the @needsDojo part)
<xsl:if test="$layoutHints/@needsJQuery = 'true'">
<script src="{$mountPoint}/resources/js/jquery/jquery-1.2.6.js"></script>
</xsl:if>
Previous