ginader / HTML5-placeholder-polyfill

Small and robust polyfill for the HTML5 placeholder attribut.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

handle the programatic setting of the values

ginader opened this issue · comments

good comment by Alexander Farkas mentions the handling of setting the value using jQuery's: $.val, $.prop(‘value’) and (optional as deprecated) $.attr(‘value’).

Todo: update the placeholder state when the input value is updated programmatically