Difference between revisions of "Template:UOttawa"

Line 2: Line 2:
 
{{uo2015-styles}}
 
{{uo2015-styles}}
  
<html><!--
+
<html>
 +
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
 +
    <script type="text/javascript">
 +
    $(function() {
 +
        $(".uomenu a").click(function(e) {
 +
            e.preventDefault();
 +
            $(".uopane").hide();
 +
            $($(e.currentTarget).attr("href")).show();
 +
        });
 +
    });
 +
    </script>
 +
 
 +
 
 +
<!--
  
 
RESOURCES
 
RESOURCES

Revision as of 14:54, 18 September 2015