From 2d81d65533ded88c76712e787edbd745d38e403e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Sep 2011 20:21:09 -0700 Subject: initial idea for handling closing of modals from whatever element you want with .js-dismiss class --- docs/index.html | 4 ++-- docs/javascript.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 857af2448..b24999c62 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1644,7 +1644,7 @@ diff --git a/docs/javascript.html b/docs/javascript.html index d16926186..d5eb98739 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -182,15 +182,15 @@ $('#my-modal').bind('hidden', function () { -- cgit v1.2.3