Meow - A Growl-like Notifications for jQuery(blogupstairs.com)
blogupstairs.com
Meow - A Growl-like Notifications for jQuery
http://blogupstairs.com/framework/javascript-framework/jquery/meow-a-growl-like-notifications-for-jquery/
7 comments
Since the blog doesn't really add value, the link should probably go directly to the project: http://zacstewart.com/2011/06/18/meow-a-growl-work-alike-for...
http://news.ycombinator.com/submitted?id=yadirosadi
lol. How much karma do you need before you can downvote entire stories?
lol. How much karma do you need before you can downvote entire stories?
I'm sure something with that many ads is adding value for someone...
It looks nice but the syntax seems to defy convention. Should be something like: $("#element").click($.meow(args));
meow() is a method, not an event.
meow() is a method, not an event.
I've been using jGrowl to achieve this. The page I linked to has some good examples on it.
http://stanlemon.net/projects/jgrowl.html
http://stanlemon.net/projects/jgrowl.html
We used jquery.gritter.js for Convore http://boedesign.com/demos/gritter/
I built something similar yet different recently. Mine's not really styled (exercise for the user) but offers more control. See here https://github.com/dp/btw with examples here http://quietcode.com/btw/
I built similar functionality using Pusher recently. Probably the easiest way to multi-cast meow in real-time from browser to browser.
So this is basically like jGrowl?