在外部页面上运行 jQuery/调试 jQuery

发布于 2024-11-27 04:28:35 字数 120 浏览 2 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

枫以 2024-12-04 04:28:35

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.

爱给你人给你 2024-12-04 04:28:35

当我开始使用 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. :)

维持三分热 2024-12-04 04:28:35

尝试 http://jsfiddle.net/。 JsFiddle 是 Web 开发人员的游乐场

Try http://jsfiddle.net/. JsFiddle is a playground for web developers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文