jscript 和 jquery 以及未捕获的 TypeError
我有用户脚本。我最近添加了jquery。
在我添加 jquery 之前,该行正在工作:
document.getElementById("servertime").removeAttribute("id");
但现在在我添加 jquery 之后(jquery 正在工作),这一行给了我错误,它是未定义的。 为什么jquery之前可以用,现在不行了?
I have userscript. I recentyly added jquery to it.
Before I added jquery that line was working:
document.getElementById("servertime").removeAttribute("id");
but now after I added jquery (jquery is working) this line gives me error that it is undefined.
Why before jquery it was working and now it it not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很奇怪,但您现在可以使用 jQuery 来执行此操作:
That is weird, but you can now use jQuery to do this: