Skip to content

JaminQuimby/jqMessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jqMessage

Try it yourself [http://jsfiddle.net/JaminQuimby/aCSnD/7/embedded/result/]

Message popup and notification jquery plugin.

jqMessage(json) Initiates the popup message

Arguments:

showAfter

Type: Integer
Number of seconds to wait before displaying a message

duration

Type: Integer
Number of seconds for the message to display on the screen.

autoClose

Type: Bit
True or False option to close the menu automaticly, used in conjunction with duration

type

Type: String
The type of message you would like to display options(error, information, warning, sucess, save)

message

Type: String
The message you wish to display

description

Type: JSON Arguments: Message, Link, Linkname Adds a secondary pannel for message details and a clickable link.

buttons

Type: JSON ARRAY Add multiple buttons onto the error pannel. Example: [{"name":"Save","function":"alert('Saved')"},{"name":"Exit","function":"alert('Exit')"}]

About

Alert, Notification, Message and dialogs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published