wordpress评论,点击输入文本框,文字消失 30

<?php//createnewcommentformfunctionwplook_comment_form($args=array(),$post_id=null){g... <?php
// create new comment form
function wplook_comment_form( $args = array(), $post_id = null ) {
global $user_identity, $id;
if ( null === $post_id )
$post_id = $id;
else
$id = $post_id;
$commenter = wp_get_current_commenter();
$req = get_option( 'require_name_email' );
$aria_req = ( $req ? " aria-required='true'" : '' );

$fields = array(

'author' => '<p class="comment-form-author">' . ( $req ? '<span class="required"></span>' : '' ) .
'<input id="author" name="author" type="text" value="填入昵称 ... " ' . esc_attr( $commenter['comment_author'] ) . '" size="18"' . $aria_req . ' /></p>',
'email' => '<p class="comment-form-email">' . ( $req ? '<span class="required"></span>' : '' ) .
'<input id="email" name="email" type="text" value="填入邮件地址 ... "' . esc_attr( $commenter['comment_author_email'] ) . '" size="30"' . $aria_req . ' /></p>',
'url' => '<p class="comment-form-url">' .
'<input id="url" name="url" type="text" value="填入个站地址 ... "' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" /></p>',
);
如何修改以上代码,得以实现点击消失,点击他处显示。
展开
 我来答
wx...3@163.com
2015-06-01 · TA获得超过108个赞
知道答主
回答量:81
采纳率:0%
帮助的人:84万
展开全部
浏览器问题 或者目录权限问题
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
东楼醉客
2015-06-01 · 超过74用户采纳过TA的回答
知道小有建树答主
回答量:137
采纳率:100%
帮助的人:59.3万
展开全部
你这个情况最大的可能是js脚本造成的,检查一下吧。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式