1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| <script src="http://code.jquery.com/jquery-2.0.0b1.js"></script>
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.3/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/ui/1.11.3/jquery-ui.js"></script>
<script src="https://raw.github.com/dinbror/bpopup/master/jquery.bpopup.min.js"></script>
<img src="img/events.png" id="popup1" class="carre">
<script>
$('#popup1').bPopup({
contentContainer:'#popup',
//loadUrl: 'maps.php' //Uses jQuery.load()
});
</script>
<div id="popup" style="left: 423px; position: absolute; top: 162px; z-index: 10; opacity: 0; display: none;">
<span class="button b-close"><span>X</span></span>
Hello je suis le popup !
</div> |
Partager