diff --git a/README.md b/README.md index 56c1a1f..63b446f 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ $.modal.defaults = { closeClass: '', // Add additional class(es) to the close tag. showClose: true, // Shows a (X) icon/link in the top-right corner modalClass: "modal", // CSS class added to the element being displayed in the modal. - blockerClass: "modal", // CSS class added to the overlay (blocker). + blockerClass: "jquery-modal", // CSS class added to the overlay (blocker). // HTML appended to the default spinner during AJAX requests. spinnerHtml: '
',