LennartC / ElemNotify

Javascript notification plugin for Elem.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElemNotify

Javascript notification plugin for Elem.JS.

Demo at http://lennartc.github.io/ElemNotify/

Requirements

Usage

  • Load CSS and JS libraries

    ...
    <link rel="stylesheet" href="font-awesome.min.css">
    <link rel="stylesheet" href="elem.notify.css"/>
    ...
    <script src="elem.js"></script>
    <script src="elem.notify.js"></script>
    ...
  • Notify...

    ElemNotify.info("an information message","its title");
    ElemNotify.error("an error message","its title");
    ElemNotify.success("a success message","its title");

About

Javascript notification plugin for Elem.JS


Languages

Language:JavaScript 68.5%Language:CSS 31.5%