jquery-notify icon indicating copy to clipboard operation
jquery-notify copied to clipboard

A growl/ubuntu-like notification system written on top of the UI widget factory

Results 16 jquery-notify issues
Sort by recently updated
recently updated
newest added

Is there another location for the documentation? When I try and go to: http://www.erichynds.com/jquery/a-jquery-ui-growl-ubuntu-notification-widget/ I get the following error: "502 Bad Gateway" which is a link on the page: http://www.erichynds.com/examples/jquery-notify/

getting following error message when running in asp.net page 0x800a138f - JavaScript runtime error: Unable to get property 'replace' of undefined or null reference Get error on this line; html...

It seems that the `close` function is not called when `expires` is set to an integer (and the notification auto closes). If this is not implemented, consider this a Feature...

Hello, I really like this widget, but i dont know how to use it on JSP page. I figured that its not possible to use #{} in JSP, how should...

on latest chrome Version 36.0.1985.125 i get following error Uncaught TypeError: Cannot read property 'msie' of undefined so i commented out the ie6 support to make it work ``` //...

`custom` style configuration option is not really working globally. With this patch it does.

Hi, For a use case we needed notifications to be closed on user hovering the mouse over the notification. So I have introduced new callback functions on settings over: function...

Sometimes, we need NOT to care the html pages, and I think this's good and flexible.