Last active
August 17, 2017 13:15
-
-
Save Sentinel-7/cd10dded678c2dff3f9f99dc1482cafc to your computer and use it in GitHub Desktop.
modal uikit onload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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