Alertify.js
21–30 of 79 posts
Re: Alertify.js
#22Re: Alertify.js
#23HALP! Does anyone know of a jQuery plugin that has notifications like they do on OSX. For example, when you raise the volume or mute you see that rounded transparent square? Is there something like that for the web?
Re: Alertify.js
#24Re: Alertify.js
#25Pretty slick, animation-wise. If I could make one design-layman suggestion...the thick, black border belies the unobtrusiveness of the plugin. Maybe a lighter, thinner border would be a better fit for the use-case of this plugin?
you should be able to override any of these to your liking
Re: Alertify.js
#26HALP! Does anyone know of a jQuery plugin that has notifications like they do on OSX. For example, when you raise the volume or mute you see that rounded transparent square? Is there something like that for the web?
It's a DIV with a border-radius and a semi-transparent black background. It's just CSS, why use a jQuery plugin? Why not just quickly build it yourself?
Re: Alertify.js
#27Stacking up of multiple alerts being triggered is not handled properly. I think it should show latest posted alert on the top. Overall, good job!
Re: Alertify.js
#28Pretty slick, animation-wise. If I could make one design-layman suggestion...the thick, black border belies the unobtrusiveness of the plugin. Maybe a lighter, thinner border would be a better fit for the use-case of this plugin?
looks like it's using class="alertify alertify-show alertify-prompt" you should be able to override any of these to your liking
Re: Alertify.js
#29EDIT: Care to explain why I'm getting downvoted? Said nothing offensive, and I'm clearly on-topic.
Re: Alertify.js
#30Earlier quoted context omitted.
It's a DIV with a border-radius and a semi-transparent black background. It's just CSS, why use a jQuery plugin? Why not just quickly build it yourself?
Because it is an alert. I need it to fade in and then disappear. I mean I guess I could build it but was wondering if there is a complete library out there to handle the alerting and all the options a modern notification library has.
See "Customizable Log Messages".