Last Updated: May 31, 2021
·
2.066K
· Jeroen Rosenberg

Easy jQuery notifications

For doing cool notifications in a simple way be sure to try Noty http://needim.github.com/noty/

Coffeescript example

properties =
    text: 'Noty is awesome!'
    timeout: 1000
    type: 'success'
noty(properties)

1 Response
Add your response

This is awesome! Thanks.

over 1 year ago ·