2
With Bootstrap I know it is possible to create a modal with remote content as follows:
<li><a data-toggle="modal" href="exemplo.html" data-target="#exemplo">Exemplo</a></li>
Is there anything similar in Semantic ui? The official documentation just teaches how to create as follows:
$('.ui.modal').modal('show');
And that doesn’t help much because my modal is another page, not one div with the class modal ui, as in the example of documentation
I don’t think we can, what we can do is make a modal for several pages, and carry a dynamic content within the modal. If you’re still in doubt I can help you.
– sistematico