Next Page

By Sunwan Last update Dec 8, 2008 — Installed 9,789 times.

一个小BUG

in
Subscribe to 一个小BUG 4 posts, 3 voices



nrg2000 User
FirefoxWindows

http://www.google.cn/search?* 网页中发现的此问题:
我已将上下页快捷键改为:“,” 和 “."
当我在google输入框中输入 ”.“ 时发现自动翻页了,后来看了一下代码,发现对INPUT框判断有问题。
需将第465行代码:
var localName = event.target.localName;
改为:
var localName = event.target.localName.toUpperCase()
即可。

 
FoxHound User
FirefoxWindows

小BUG自行解决 哈哈

 
kflili User
FirefoxWindows

修改的语句要加 :

 
kflili User
FirefoxWindows

修改的语句要加 ; 是分号

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel