Skip to content

Instantly share code, notes, and snippets.

@Sentinel-7
Last active August 17, 2017 13:15
Show Gist options
  • Save Sentinel-7/cd10dded678c2dff3f9f99dc1482cafc to your computer and use it in GitHub Desktop.
Save Sentinel-7/cd10dded678c2dff3f9f99dc1482cafc to your computer and use it in GitHub Desktop.
modal uikit onload
<script>
$(function() {
var modal = UIkit.modal("#sendex");
modal.show();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment