在外部页面上运行 jQuery/调试 jQuery
我是 jQuery 的初学者。我正在尝试尽可能多地练习功能。但我厌倦了为所有这些东西编写 HTML。那么有什么方法可以在 google.com 或任何其他网站、任何 chrome 扩展中的任何页面上运行 jQuery 函数吗?
I am a beginner at jQuery. I am trying to practice as many functions as i can. BUT i am tired to write HTML for all this stuff. So is there any way i can run jQuery functions on any page as in google.com or any other site, any chrome extension ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
js 控制台之一。如果站点有 jquery(如 StackOverflow),您可以按 ctrl-shift-j 打开控制台并直接运行 jquery 命令。否则还有 jsfiddle.net。
js console for one. If the site has jquery (like StackOverflow) you can press ctrl-shift-j to open up the console and directly run jquery commands. otherwise there's jsfiddle.net.
当我开始使用 jQuery 时,我也遇到了同样的问题。但我找到了一个出色的 chrome 扩展。它称为 jsshell。这是
链接
是的,它有一个我非常喜欢的自动完成功能。 :)
I had the same problem with me, when i started using jQuery. But i found an excellent chrome extension for that.Its called jsshell.Here is the
link
and yes, it has a Auto Complete feature which i love very much. :)
尝试 http://jsfiddle.net/。 JsFiddle 是 Web 开发人员的游乐场
Try http://jsfiddle.net/. JsFiddle is a playground for web developers