Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

不能直接运行,但我的疑问是jquery.qqface报错相关 #6

Open
VanreaTsingting opened this issue Jul 12, 2019 · 2 comments
Open

Comments

@VanreaTsingting
Copy link

修改js引援到本地的chat.js,同时改websocket到localhost
启动netty后,登录,进到聊天页面

但是qqface这里有问题
可以弹出表情框,但添加不了表情
报错了,如以下报错信息

Uncaught TypeError: Cannot read property 'msie' of undefined
at n.fn.init.setCaret (jquery.qqFace.js:78)
at HTMLImageElement.onclick (index.html?id=&nick=thank+u+dududu:1)

@zmyymz
Copy link

zmyymz commented Dec 21, 2021

jQuery 从 1.9 版开始,移除了 $.browser 和 $.browser.version , 取而代之的是 $.support.
if(!$.support.msie) return;

@beyondfengyu
Copy link
Owner

beyondfengyu commented Dec 21, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants