Skip to content

Releases: mathiasbynens/jquery-placeholder

Minor bug fix

17 Dec 04:33
Compare
Choose a tag to compare
  • Bug fix: Properly exclude [type="hidden"] inputs by using [type="hidden"] rather than :hidden

Fixed javascript:void(0) anchor usage from breaking the plugin

13 Nov 20:12
Compare
Choose a tag to compare

Fixed javascript:void(0) anchor usage from breaking the plugin

Password placeholder bug fixes

10 Nov 19:49
Compare
Choose a tag to compare
  • Fixes password placeholders for password fields not wrapped in a container element

v2.1.3

23 Sep 21:56
Compare
Choose a tag to compare
remove sourceMappingURL from uglified version

Fixes password placeholder appearing as bullets

10 Jun 06:17
Compare
Choose a tag to compare

When running emulation (ie7/8/9) mode in a modern IE it would cause
the password placeholder to appear as bullets rather than text. Thanks
Alex Chao

Removed bower dependency

19 Feb 17:40
Compare
Choose a tag to compare
v2.1.1

bumped version

Added custom css class support; minified version

29 Dec 17:09
Compare
Choose a tag to compare
  • Now it's possible use a custom css class instead of the default .placeholder. See docs for examples. #38
  • Minified version now available #219

Minor bug fix; AMD support

22 Dec 20:16
Compare
Choose a tag to compare
  • fixed potential problem caused when other js libraries inject DOM elements right after input/textareas with placeholders #229
  • adds AMD support