Are there any jQuery plugins or other methods by which to add placeholder text to a disabled input field in IE?
In particular, I've tried both Replaceholder and Sparkle (which includes a placeholder polyfill). With either one, disabling an input field via script causes its placeholder text to disappear.
I could try hacking something together, but are there any scripts or plugins that support this out of the box?