Skip to content

Tags: akuma12/jquery-placeholder

Tags

2.0.7

Fix regression where password placeholders get displayed as text in F…

…irefox 3.5

Closes mathiasbynens#72.

2.0.6

Make sure the input cursor doesn’t disappear when moving the focus to…

… a blank input field in IE8

Fixes mathiasbynens#67.

2.0.5

Fix a typo that caused chaining to break in some cases

2.0.4

Tag the v2.0.4 release

2.0.3

Typo

2.0.2

Tag the 2.0.2 release

2.0.1

Use the `beforeunload` event rather than `unload`

Fixes mathiasbynens#35.

2.0.0

Make `.val()` work as expected

* Use `jQuery.valHooks` to make sure `.val()` and `.val(value)` work as expected. Avoid using `.val()` internally. This fixes mathiasbynens#30.
* Tweak the syntax a bit here and there now that we’ve dropped support for pre-1.6 jQueries.

1.8.7

Make submit handler work for dynamically inserted forms

Fixes mathiasbynens#41. This plugin now requires jQuery 1.4.2 (since we’re using `jQuery#delegate`).

1.8.6

Tag the v1.8.6 release