Skip to content The Open University

Add the jQuery library

As mentioned in the previous step, OU ICE has a set of custom scripts in the ou-foot.html server side include that rely on the jQuery library. If you want to call ou-foot.html then you'll also need to call jQuery in the <head> element of your page:

  1. <script type="text/javascript" src="/includes/ouice/3/library.js"></script>
  2. </head>

Return to the main OU ICE documentation site