mathiasbynens / jquery-placeholder

A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet
https://mths.be/placeholder
MIT License
3.98k stars 1.34k forks source link

Update jquery.placeholder.js #291

Closed pabloguerino closed 7 years ago

pabloguerino commented 8 years ago

Fixed issues in IE8 where valHooks could be undefined for some elements. This is the quick fix I used, feel free to post any opinions if you think is not correct for some cases.