Skip to content

Commit b4545b8

Browse files
committedNov 10, 2015
Merge pull request #277 from mathiasbynens/master
Master merges
2 parents 73d1590 + a4af465 commit b4545b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ npm install
7070
* Works in all A-grade browsers, including IE6.
7171
* Automatically checks if the browser natively supports the HTML5 `placeholder` attribute for `input` and `textarea` elements. If this is the case, the plugin won’t do anything. If `@placeholder` is only supported for `input` elements, the plugin will leave those alone and apply to `textarea`s exclusively. (This is the case for Safari 4, Opera 11.00, and possibly other browsers.)
7272
* 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.
73+
* Using `<input type="reset" />` will break the plugin functionality
7374
* 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:
7475

7576
```html
@@ -87,7 +88,6 @@ This plugin is available under [the MIT license](http://mths.be/mit).
8788

8889
* [Paul Irish](http://paulirish.com/) for his inspiring snippet in [jQuery 1.4 Hawtness #1](http://jquery14.com/day-05/jquery-1-4-hawtness-1-with-paul-irish)
8990
* everyone from [#jquery](http://webchat.freenode.net/?channels=jquery) for the tips, ideas and patches
90-
* temp01 for his major contributions
9191
* anyone who [contributed a patch](https://github.com/mathiasbynens/jquery-placeholder/contributors) or [made a helpful suggestion](https://github.com/mathiasbynens/jquery-placeholder/issues)
9292

9393
_– [Mathias](http://mathiasbynens.be/)_

0 commit comments

Comments
 (0)
Please sign in to comment.