HTML5, CSS3, jQuery, AngularJS, JavaScript, JSON, Photoshop, & Usability
Great. But the password field will display "*****" when using this script.
It doesn't behave like the html5 placeholder (this one will dissapear as soon as you focus the input, the html5 waits until you type something)
cool!!!... but... how can I use in my blog? (on search-box in my blog)thank you!!!
$('input[placeholder]').each(function(){ should be $('input').each(function(){ since ie8 doesn't even know what placeholder is.unless you use a html5 shiv or modernizer
thanx for saving even this little time
thanks a lot!
Thank You
Thanks a lot. This is the coffee version + only IE check.https://gist.github.com/4435322
This comment has been removed by a blog administrator.
Great, thanks so much.
Nice blog, thanks for posting.
Great. But the password field will display "*****" when using this script.
ReplyDeleteIt doesn't behave like the html5 placeholder (this one will dissapear as soon as you focus the input, the html5 waits until you type something)
ReplyDeletecool!!!... but... how can I use in my blog? (on search-box in my blog)
ReplyDeletethank you!!!
$('input[placeholder]').each(function(){
ReplyDeleteshould be
$('input').each(function(){
since ie8 doesn't even know what placeholder is.
unless you use a html5 shiv or modernizer
thanx for saving even this little time
ReplyDeletethanks a lot!
ReplyDeleteThank You
ReplyDeleteThanks a lot.
ReplyDeleteThis is the coffee version + only IE check.
https://gist.github.com/4435322
This comment has been removed by a blog administrator.
ReplyDeleteGreat, thanks so much.
ReplyDeleteNice blog, thanks for posting.
ReplyDelete