Skip to content

nashio/jquery.alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

jquery.alert

jQuery plugin to display one or multiple stacked alert messages at the bottom of the screen. (growl style) Can also parse objects

Options:

delay: time in milliseconds before it appears

timeout: time in milliseconds before it closes

stay: bollean to keep the alert forever

message: message to insert in the alert, accepts objects

bg: background color (can use HEX)

txt: text color (can use HEX)

Example:

  $.alert({ 
    message: "Your message goes here, hello :D ", 
    stay : false,
    timeout: 3000,
    delay : 1000, 
    bg : "royalblue",
    txt : "yellow"
  });

Copyright (c) 2013, Ignacio Chavez.

About

jQuery plugin to display one or multiple stacked alert messages at the bottom of the screen.with (ala growl)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published