Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

jGrowl 1.1.0


jGrowl 1.1.0 includes major API changes! jGrowl now supports multiple contains and offers alternative ways of accessing a particular container. This release should be 100% backwards compatible with prior releases, however there are a lot of new capabilities. The demo file has been updated extensively and should be looked at for examples. This release also maintains 100% compatibility with Internet Explorer 6.

Changes in 1.1.0:

  • Multiple container and instances.
  • Standard $.jGrowl() now wraps $.fn.jGrowl() by first establishing a generic jGrowl container.
  • Instance methods of a jGrowl container can be called by $.fn.jGrowl(methodName)
  • Added glue preferenced, which allows notifications to be inserted before or after nodes in the container
  • Added new log callback which is called before anything is done for the notification
  • Corner's attribute are now applied on an individual notification basis.