(Created page with "{{Template:Aachen/css}} {{Template:Aachen/header}} <html> <body> <style scoped> .subboxb{ width: 100%; text-align: center; background-color: lightgrey; } .row{ padd...") |
|||
Line 139: | Line 139: | ||
</div> | </div> | ||
</nav> | </nav> | ||
+ | <script src="https://cdn.rawgit.com/vast-engineering/jquery-popup-overlay/1.7.13/jquery.popupoverlay.js"></script> | ||
+ | |||
+ | <script> | ||
+ | var popup_settings = {color: 'white', transition: 'all 0.3s', opacity: 1}; | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | |||
+ | // Initialize the plugin | ||
+ | $('#1').popup(popup_settings); | ||
+ | $('#2').popup(popup_settings); | ||
+ | $('#3').popup(popup_settings); | ||
+ | $('#4').popup(popup_settings); | ||
+ | $('#5').popup(popup_settings); | ||
+ | $('#6').popup(popup_settings); | ||
+ | $('#7').popup(popup_settings); | ||
+ | $('#8').popup(popup_settings); | ||
+ | $('#9').popup(popup_settings); | ||
+ | //$('#box2').popup(popup_settings); | ||
+ | //... | ||
+ | |||
+ | }); | ||
+ | |||
+ | $(".collapse_button2").click(function(){ | ||
+ | $(this).next().toggle(); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | </body> | ||
+ | </html> | ||
+ | {{Template:Aachen/footer}} |
Revision as of 03:08, 2 November 2017