I want to check if the browser who's running my page is capable of handling the 'html 5 placeholder'
I know I can add the following javascript check:
!Modernizr.input.placeholder
but is it worth to import a library just for one check ?
also how does modernizr do that for me (i mean how is it implemented under the cover) ?