Skip to content

humblerex/alert-jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alert-jquery

A plugin for simple and beautiful alert

Usage

$('#btn').on('click',function(){
    $.alert({
        message:'This is new alert !',
        type:'success',
        position:'bottom-left',
        animation:'slidein'
    });
});

Options

type: success, danger, warning

position: top-right, bottom-right, top-left, bottom-left

animation: slidein,fadein

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published