Voici mon code:
Code : Tout sélectionner
function open_lightbox(url) {
var content = '<div class="lightbox"><iframe src="http://toptopgames.com" width="100%" height="100%"></iframe></div>
<div class="lightbox_outer_background"></div>';
$(".wrapper").append(content);
alert("salut");
}<div class="lightbox_outer_background"></div>';» est mon probleme. Mais, je ne sais pas comment y résoudre.