diff --git a/README.md b/README.md index 8e92d32..061076f 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ The plugin automatically adds `class="placeholder"` to the elements who are curr * Caches the results of its two feature tests in `jQuery.fn.placeholder.input` and `jQuery.fn.placeholder.textarea`. For example, if `@placeholder` is natively supported for `input` elements, `jQuery.fn.placeholder.input` will be `true`. After loading the plugin, you can re-use these properties in your own code. * Makes sure it never causes duplicate IDs in your DOM, even in browsers that need an extra `input` element to fake `@placeholder` for password inputs. This means you can safely do stuff like: - - + + And the `