jamesallardice / Placeholders.js

A JavaScript polyfill for the HTML5 placeholder attribute
http://jamesallardice.github.io/Placeholders.js
950 stars 232 forks source link

Handle int placeholders correctly with jQuery adapter #79

Open munky69rock opened 10 years ago

munky69rock commented 10 years ago

if int value is specified in a placeholder, $(elem).val() returns a string value, but $(elem).data("placeholder-value") returns a int value.