网页上有错误 | 北街博客

网页上有错误

十二月 4th, 2009 北街
7 comment
  1. 十二月 1st, 2009 at 18:45 | #1

    是不是模板中间发生了错误。找找原因。松亮的博客里面就有很多的错误。最后一点点的改正了。细心一点你会有发现的

  2. 十二月 1st, 2009 at 19:51 | #2

    己经有一个星没带着博客来串门了,虽然天黑了,但我还是杀回来了 :-D

  3. 十二月 1st, 2009 at 20:12 | #3

    你是收集的拿来的错误啊

  4. 十二月 2nd, 2009 at 10:45 | #4

    及早发现,及早改嘛

  5. 十二月 4th, 2009 at 11:54 | #5

    在火狐下试试呢

  6. 小野
    十二月 4th, 2009 at 16:43 | #6

    关于网页错误, firefox error console看到的:
    Error: $("#commentform") is null
    Source File: http://www.ibeijie.cn/wp-content/themes/sofish_v1/js/comments.js
    Line: 2

    这个问题应该是由于$对象冲突造成的,因为你的blog先后调用了jQuery和prototype。

    解决方法是修改comments.js, 把所有$(...)换成jQuery(...)。第一行$(document).ready(function()的$可以不换, 因为此时prototype尚未载入。

  7. 六月 12th, 2010 at 10:40 | #7

    对象冲突造成

  1. No trackbacks yet.