Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
planning [2019/01/10 11:38] sioc |
planning [2021/04/15 13:56] (Version actuelle) |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== Planning ====== | ====== Planning ====== | ||
< | < | ||
- | <iframe src=" | + | < |
+ | .responsive {Â | ||
+ | position: relative;Â | ||
+ | display: block;Â | ||
+ | height: 0;Â | ||
+ | padding: 0;Â | ||
+ | overflow: hidden;Â | ||
+ | }Â | ||
+ | Â | ||
+ | .responsive iframe {Â | ||
+ | position: absolute;Â | ||
+ | top: 0;Â | ||
+ | left: 0;Â | ||
+ | bottom: 0;Â | ||
+ | height: 100%;Â | ||
+ | width: 100%;Â | ||
+ | border: 0;Â | ||
+ | }Â | ||
+ | Â | ||
+ | .plan {Â | ||
+ | padding-bottom: | ||
+ | }Â | ||
+ | </ | ||
+ | <div class=" | ||
+ | Â | ||
+ | <iframe src=" | ||
</ | </ | ||
- | <script>Â | + | </div> |
- | $(' | + | |
- | window.onload = function() { | ||
- | if (window.jQuery) { | ||
- | // jQuery is loaded | ||
- | alert(" | ||
- | } else { | ||
- | // jQuery is not loaded | ||
- | alert(" | ||
- | } | ||
- | }</ | ||
</ | </ |