Code pen: No JS modal popup window
Fonctionnel IE11, Edge, Chrome, iPhone5, Android…
Troubleshooting:
How can I prevent the browser from scrolling on top of the page when clicking the checkbox?. Cf: solution 2 avec le display: none;
Le bloc-notes professionnel d'un développeur front-end senior
Code pen: No JS modal popup window
Fonctionnel IE11, Edge, Chrome, iPhone5, Android…
How can I prevent the browser from scrolling on top of the page when clicking the checkbox?. Cf: solution 2 avec le display: none;
Attention : ne fonctionne pas si le contenu chargé dans l'iframe
provient d’un domaine différent de celui de la page parente. Fonctionne notamment si vous cherchez à accéder à du contenu affiché dans une popin (plug-in jQuery Fancybox), une modal (boite de dialogue)…
Source : How to Access Elements in FancyBox iframe, mais voir aussi Access child iFrame DOM from parent page.
1 |
$('#fancybox-content iframe').contents().find('.selector'); |