在 jsFiddle 中有效,但在我的网站中无效
For some reason this jQuery code I have in my site will work on jsFiddle but not locally. The code is the same. I have just copied and pasted it. Can anyone explain to me what is going on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
使用 Chrome 的开发者工具,您会在控制台中收到错误:
Uncaught SyntaxError: Unexpected token ILLEGAL
查看代码,您会看到:
某种编码错误...
Using Chrome's developer tools, you get an error in the console:
Uncaught SyntaxError: Unexpected token ILLEGAL
Taking a look at the code, you see:
Some kind of encoding error...
Firebug 抱怨代码(第 562 行)中的
恰好是非法字符。
Firebug is complaining about a
​
in your code (line 562), which happens to be an illegal character.我在我的 Jquery 中发现了一个奇怪的隐藏字符。不知道它来自哪里,也不知道为什么它没有出现在我的编辑器中,但我使用了它并且工作正常。感谢大家的帮助!
I found a weird hidden character in my Jquery. Not sure where it came from or why it wasnt showing up in my editor, but I got ride of it and it works fine. Thanks for the help everyone!
抱歉我的英语不好,
我有办法复制完整的源代码
步骤
单击“共享”按钮
2 复制 2 框共享全屏结果的链接
3 的链接,然后转到该链接(复制链接)。它显示结果
4 然后右键单击,单击视图框架源。
现在您的源代码显示
,然后放置脚本 src 和 css 的确切链接。
现在你的代码可以工作了
Sorry for my bad english
i have idea for copy the full source code
steps
click on the Share button
2 copy the link of on 2 box Share full screen result
3 then go that link(copy link). it show the result
4 then right click, click the view frame source.
Now your source code show
then put on the exact link of the script src and css.
now your code work