Skip to content

Instantly share code, notes, and snippets.

@bluefirex
Created August 29, 2017 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluefirex/e5f3813c99b43edf98cb9abff49228d1 to your computer and use it in GitHub Desktop.
Save bluefirex/e5f3813c99b43edf98cb9abff49228d1 to your computer and use it in GitHub Desktop.
SweetModal Example
<a class="sweet-modal-trigger">Open SweetModal</a>
$(function() {
$('a.sweet-modal-trigger').on('click', () => {
$.sweetModal({
title: 'Example',
content: 'This is an example.',
theme: $.sweetModal.THEME_DARK
})
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment