Skip to content

Tags: clemsndr/jquery-placeholder

Tags

2.0.7

Toggle 2.0.7's commit message
Fix regression where password placeholders get displayed as text in F…

…irefox 3.5

Closes mathiasbynens#72.

2.0.6

Toggle 2.0.6's commit message
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

Toggle 2.0.5's commit message
Fix a typo that caused chaining to break in some cases

2.0.4

Toggle 2.0.4's commit message
Tag the v2.0.4 release

2.0.3

Toggle 2.0.3's commit message
Typo

2.0.2

Toggle 2.0.2's commit message
Tag the 2.0.2 release

2.0.1

Toggle 2.0.1's commit message
Use the `beforeunload` event rather than `unload`

Fixes mathiasbynens#35.

2.0.0

Toggle 2.0.0's commit message
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

Toggle 1.8.7's commit message
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

Toggle 1.8.6's commit message
Tag the v1.8.6 release