You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"tagline": "Javascript library to display notifications",
"body": "# Jackbox\r\nDisplay timed notifications easy\r\n\r\n\r\n![Preview](https://github.com/ja1984/jackbox/blob/master/preview.gif)\r\n\r\n\r\n##### Getting started is easy\r\n\r\n```javascript\r\n<script>\r\n Jackbox.init();\r\n</script>\r\n```\r\n\r\n##### Adding notifications is just as easy\r\n```javascript\r\n<script>\r\n Jackbox.error(\"Oh noes, something went wrong!\");\r\n\r\n Jackbox.warning(\"Yeah, you might want to check in to that\");\r\n\r\n Jackbox.success(\"Woop woop!\");\r\n\r\n Jackbox.information(\"I'm only here because I can\");\r\n</script>\r\n```\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."