Skip to content

Commit 73d1590

Browse files
committed
fix password placeholders
- fix for #267 - when a password input field was not wrapped with parent element the password placeholder would not appear - bumping version
1 parent e09bf03 commit 73d1590

4 files changed

+6
-6
lines changed

jquery.placeholder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Placeholder Plugin v2.1.3
2+
* jQuery Placeholder Plugin v2.2.0
33
* https://github.com/mathiasbynens/jquery-placeholder
44
*
55
* Copyright 2011, 2015 Mathias Bynens

jquery.placeholder.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.placeholder.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-placeholder",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"title": "HTML5 Placeholder jQuery Plugin",
55
"description": "A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet",
66
"author": {

0 commit comments

Comments
 (0)