dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.39k stars 3.48k forks source link

Can't manage to open link into popup #1011

Closed alfgross closed 7 years ago

alfgross commented 7 years ago

It looks simple to do but for some reason I am struggling to make it work.

I have this link which opens a page with a form to edit the selected line of a table: echo '<td><a href="include/editar.php?id=' . $row['id'] . '">Edit</a></td>';

Tried a lot of different ways, now I am not sure which kind of popup I should use nor do I know how to do it.

I've done harder things with Magnific Popup, I feel ashamed lol...

Anyone could help? Thank you!