Please Log in or Create an account to join the conversation.
<!-- This is an anchor toggling the modal -->
<a href="#my-id" data-uk-modal>Modalbox oeffnen</a>
<!-- This is a button toggling the modal -->
<button class="uk-button" data-uk-modal="{target:'#my-id'}">Modalbox oeffnen</button>
<!-- This is the modal -->
<div id="my-id" class="uk-modal">
<div class="uk-modal-dialog">
<a class="uk-modal-close uk-close"></a>
lorem ipsum
</div>
</div>
Please Log in or Create an account to join the conversation.