Maike Alame

Results 2 comments of Maike Alame

Hey @dolce, same problem here. See this link: https://drive.google.com/file/d/1H089tI85ZG5c4uvCqmNM81OP-Pulodq6/view?usp=sharing In my case, I have 1 div showed and 1 div hided and after a event occur, the div showed is...

Hey, I already made a question like that. The answer is: ``` $("button").click(function(e){ e.preventDefault(); $(e.currentTarget).attr("href", url ); $("#modal").iziModal("open",e); } ```