Jackbox
Display timed notifications easy
Getting
started is easy
<script>
Jackbox.init();
</script>
Adding notifications is just as easy
<script>
Jackbox.error("Oh noes, something went wrong!");
Jackbox.warning("Yeah, you might want to check in to that");
Jackbox.success("Woop woop!");
Jackbox.information("I'm only here because I can");
</script>
Try it out
<script>
Jackbox.init();
</script>
<script>
Jackbox.error("Oh noes, something went wrong!");
Jackbox.warning("Yeah, you might want to check in to that");
Jackbox.success("Woop woop!");
Jackbox.information("I'm only here because I can");
</script>