MediaWiki:Common.js/header: Difference between revisions

No edit summary
No edit summary
 
Line 5: Line 5:
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="showup.js"></script>
<script src="showup.js"></script>
<header class="navbar">
.page-header
</header>


<script>
<script>

Latest revision as of 10:17, 14 March 2014

/* Any JavaScript here will be loaded for all users on every page load. */

<link rel="stylesheet" href="http://www.wappenwiki.org/skins/strapping/showup/showup.css">

<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="showup.js"></script>

<header class="navbar"> .page-header </header>

<script> $().showUp('.navbar', { upClass: 'navbar-show', downClass: 'navbar-hide' }); </script>