早上起来,发现loo2k小盆友留言说为什么我这里没评论资料输入框,他在firebug下找了很久,终于把评论框的display:none改过来填进去了…
我大囧,逐个浏览器尝试过去,发现真的会这样~~~
我原本是学的Leo.N 的方法来隐藏老用户的资料信息输入框(围观详细代码),可是很奇怪,新用户往往也会被隐藏输入框,从而陷入像loo2k同学一样的囧境~~~
if($('input#author[value]').length>0){
这句代码似乎没问题么~~~希望路过的知道真相的同学可以指点下~~~
现在我直接把隐藏老用户的资料信息输入框的JQuery代码包裹到了以下判断语句中,搞了个二重判断~~~
<?php if ( $comment_author != "" ) : ?>
BUG暂时解决~~~
Firefox 3.6.8
Windows Vista
2010/08/28 @ 1:30 pm on 1告诉你为啥。。其实是jquery版本的问题
我穿越了
Google Chrome 5.0.375.127
Windows 7
2010/08/29 @ 10:53 am on 2@snowxh 厉害,这都知道了~~~
Google Chrome 4.1.249.1064
Windows XP
2010/05/14 @ 2:45 pm on 1你这里jQuery元素蛮丰富的
Google Chrome 4.1.249.1064
Windows XP
2010/05/14 @ 8:10 pm on 2@pazz7ven
迷上jQuery了…就把常用的效果都整了上去…目前正在系统地学jQuery…
Firefox 3.6.3
Windows XP
2010/05/03 @ 7:02 pm on 1囧,我在博客上直接用 判断。
BTW 那个进度条不错。
Google Chrome 4.1.249.1064
Windows XP
2010/05/03 @ 8:35 pm on 2@loo2k 嘿~~~今天路过淫淫网,顺手把那里的blue_large.gif拿来用了~~~
Firefox 3.6.3
Windows 7
2010/05/03 @ 5:48 pm on 1嗯,遇到过,就chrome浏览器下会出现问题,不知道为啥
Google Chrome 4.1.249.1064
Windows XP
2010/05/03 @ 8:32 pm on 2@winy 上午我看了下,Chrome、Firefox、Opera下都会出错~~~
至今仍不明真相~~~
TheWorld Browser
Windows Vista
2010/05/03 @ 1:28 pm on 1你博客的js效果还真酷。赞一个。沙发
Google Chrome 4.1.249.1064
Windows XP
2010/05/03 @ 8:33 pm on 2@Mr.Sam
正在为实现高效Ajax而努力学习~~~