From 9b178b4a98a154066626a498543080fad5d44d83 Mon Sep 17 00:00:00 2001 From: Kyle Fox Date: Sun, 7 Dec 2014 10:31:20 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0340349..061baaf 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ Include the `jquery.modal.css` stylesheet: As of version 0.3.0, jQuery 1.7 is required. If you're using an earlier version of jQuery you can use the [v.0.2.5 tag.](https://github.com/kylefox/jquery-modal/tags) +**Naming conflict with Bootstrap:** Bootstrap's [modal](http://getbootstrap.com/javascript/#modals) uses the same `$.modal` namespace. If you want to use jquery-modal with Bootstrap, the simplest solution is to manually modify the name of this plugin. + # Opening **Method 1: Manually**