From 646c9f19ab51539fa21e183af8cae09d0acfb678 Mon Sep 17 00:00:00 2001 From: Marc Harter Date: Thu, 26 Jan 2012 09:55:35 -0600 Subject: [PATCH] remove() documentation --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 155dc1b..656ca38 100644 --- a/index.html +++ b/index.html @@ -129,7 +129,8 @@

Customizing Options Per Type

 humane.success.timeout = 0;
 humane.success.clickToClose = true;
-humane.success('Will stay up forever until click');
+humane.success('Will stay up forever until click or humane.remove()'); +humane.remove(); // force remove

Or you want all messages to have 3s timeout (3000) but 'info' messages to have shorter timeout of 1s (1000)

 humane.timeout = 3000;