text js-将placeholdertext添加到wp用户字段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text js-将placeholdertext添加到wp用户字段相关的知识,希望对你有一定的参考价值。

/**
 * Custom js file.
 */
 
jQuery(document).ready(function(){
    jQuery('#user_login').attr('placeholder', 'Name');
    jQuery('#user_email').attr('placeholder', 'Email');
    jQuery('#user_pass').attr('placeholder', 'Password');
});

以上是关于text js-将placeholdertext添加到wp用户字段的主要内容,如果未能解决你的问题,请参考以下文章

如何让input里面placeholder水平居中

占位符(placeholder text)

js动态添加带WdatePicker日期控件的文本框

wordpress文章页两侧添加分页导航箭头

css placeholder 不居中怎么办

为旋转横幅添加下一个和上一个按钮