Tags: akuma12/jquery-placeholder
Tags
Fix regression where password placeholders get displayed as text in F… …irefox 3.5 Closes mathiasbynens#72.
Make sure the input cursor doesn’t disappear when moving the focus to… … a blank input field in IE8 Fixes mathiasbynens#67.
Use the `beforeunload` event rather than `unload` Fixes mathiasbynens#35.
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.
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`).
PreviousNext