From 39d44e886f37ff782419badb91f75f7587158940 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 7 Mar 2011 04:28:58 -0800 Subject: [PATCH] Tweak README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4dc3d0..dd991c1 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.placeholder`. 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 `