现代化占位符

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了现代化占位符相关的知识,希望对你有一定的参考价值。

  1. if (!Modernizr.input.placeholder){
  2.  
  3. $('input[type=text]').each( function(){
  4. $(this).attr('value', $(this).attr('placeholder') )
  5. .focus(
  6. function(){
  7. var ph = $(this).attr('value');
  8. $(this).attr('value','').blur( function(){
  9. if($(this).attr('value').length < 1 ){
  10. $(this).attr('value', ph);
  11. }
  12. })
  13. });
  14. } );
  15.  
  16. }

以上是关于现代化占位符的主要内容,如果未能解决你的问题,请参考以下文章

(源码,具体的细节请查阅相关资料)哈弗曼树的构造以及非递归遍历树

PowerPoint2010占位符

占位符怎么设置

text 占位符img imagenes imagen占位符占位符

TensorFlow 占位符依赖于其他占位符

SQL Server中能否使用“?”占位符